public static interface ListAccountsForProvisionedPermissionSetResponse.Builder extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<ListAccountsForProvisionedPermissionSetResponse.Builder,ListAccountsForProvisionedPermissionSetResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAccountsForProvisionedPermissionSetResponse.Builder |
accountIds(Collection<String> accountIds)
The list of Amazon Web Services
AccountIds. |
ListAccountsForProvisionedPermissionSetResponse.Builder |
accountIds(String... accountIds)
The list of Amazon Web Services
AccountIds. |
ListAccountsForProvisionedPermissionSetResponse.Builder |
nextToken(String nextToken)
The pagination token for the list API.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccountsForProvisionedPermissionSetResponse.Builder accountIds(Collection<String> accountIds)
The list of Amazon Web Services AccountIds.
accountIds - The list of Amazon Web Services AccountIds.ListAccountsForProvisionedPermissionSetResponse.Builder accountIds(String... accountIds)
The list of Amazon Web Services AccountIds.
accountIds - The list of Amazon Web Services AccountIds.ListAccountsForProvisionedPermissionSetResponse.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 © 2022. All rights reserved.