public static interface ListPermissionSetsResponse.Builder extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<ListPermissionSetsResponse.Builder,ListPermissionSetsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPermissionSetsResponse.Builder |
nextToken(String nextToken)
The pagination token for the list API.
|
ListPermissionSetsResponse.Builder |
permissionSets(Collection<String> permissionSets)
Defines the level of access on an Amazon Web Services account.
|
ListPermissionSetsResponse.Builder |
permissionSets(String... permissionSets)
Defines the level of access on an Amazon Web Services account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPermissionSetsResponse.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.
nextToken - The pagination token for the list API. Initially the value is null. Use the output of previous API
calls to make subsequent calls.ListPermissionSetsResponse.Builder permissionSets(Collection<String> permissionSets)
Defines the level of access on an Amazon Web Services account.
permissionSets - Defines the level of access on an Amazon Web Services account.ListPermissionSetsResponse.Builder permissionSets(String... permissionSets)
Defines the level of access on an Amazon Web Services account.
permissionSets - Defines the level of access on an Amazon Web Services account.Copyright © 2023. All rights reserved.