Interface ListPermissionSetsProvisionedToAccountResponse.Builder

    • Method Detail

      • nextToken

        ListPermissionSetsProvisionedToAccountResponse.Builder nextToken​(String nextToken)

        The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.

        Parameters:
        nextToken - The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissionSets

        ListPermissionSetsProvisionedToAccountResponse.Builder permissionSets​(Collection<String> permissionSets)

        Defines the level of access that an Amazon Web Services account has.

        Parameters:
        permissionSets - Defines the level of access that an Amazon Web Services account has.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissionSets

        ListPermissionSetsProvisionedToAccountResponse.Builder permissionSets​(String... permissionSets)

        Defines the level of access that an Amazon Web Services account has.

        Parameters:
        permissionSets - Defines the level of access that an Amazon Web Services account has.
        Returns:
        Returns a reference to this object so that method calls can be chained together.