public static interface ListPermissionSetsProvisionedToAccountResponse.Builder extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<ListPermissionSetsProvisionedToAccountResponse.Builder,ListPermissionSetsProvisionedToAccountResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPermissionSetsProvisionedToAccountResponse.Builder |
nextToken(String nextToken)
The pagination token for the list API.
|
ListPermissionSetsProvisionedToAccountResponse.Builder |
permissionSets(Collection<String> permissionSets)
Defines the level of access that an Amazon Web Services account has.
|
ListPermissionSetsProvisionedToAccountResponse.Builder |
permissionSets(String... permissionSets)
Defines the level of access that an Amazon Web Services account has.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPermissionSetsProvisionedToAccountResponse.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.ListPermissionSetsProvisionedToAccountResponse.Builder permissionSets(Collection<String> permissionSets)
Defines the level of access that an Amazon Web Services account has.
permissionSets - Defines the level of access that an Amazon Web Services account has.ListPermissionSetsProvisionedToAccountResponse.Builder permissionSets(String... permissionSets)
Defines the level of access that an Amazon Web Services account has.
permissionSets - Defines the level of access that an Amazon Web Services account has.Copyright © 2023. All rights reserved.