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 AWS account.
|
ListPermissionSetsResponse.Builder |
permissionSets(String... permissionSets)
Defines the level of access on an AWS account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPermissionSetsResponse.Builder permissionSets(Collection<String> permissionSets)
Defines the level of access on an AWS account.
permissionSets - Defines the level of access on an AWS account.ListPermissionSetsResponse.Builder permissionSets(String... permissionSets)
Defines the level of access on an AWS account.
permissionSets - Defines the level of access on an AWS account.ListPermissionSetsResponse.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.Copyright © 2020. All rights reserved.