Interface ListPermissionSetsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListPermissionSetsResponse.Builder,ListPermissionSetsResponse>, SdkBuilder<ListPermissionSetsResponse.Builder,ListPermissionSetsResponse>, SdkPojo, SdkResponse.Builder, SsoAdminResponse.Builder
Enclosing class:
ListPermissionSetsResponse

public static interface ListPermissionSetsResponse.Builder extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<ListPermissionSetsResponse.Builder,ListPermissionSetsResponse>
  • Method Details

    • 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

      ListPermissionSetsResponse.Builder permissionSets(Collection<String> permissionSets)

      Defines the level of access on an Amazon Web Services account.

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

      ListPermissionSetsResponse.Builder permissionSets(String... permissionSets)

      Defines the level of access on an Amazon Web Services account.

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