public static interface ListPermissionSetsRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<ListPermissionSetsRequest.Builder,ListPermissionSetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPermissionSetsRequest.Builder |
instanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
|
ListPermissionSetsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to display for the assignment.
|
ListPermissionSetsRequest.Builder |
nextToken(String nextToken)
The pagination token for the list API.
|
ListPermissionSetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPermissionSetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPermissionSetsRequest.Builder instanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
instanceArn - The ARN of the SSO instance under which the operation will be executed. For more information about
ARNs, see Amazon Resource Names (ARNs) and
Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.ListPermissionSetsRequest.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.ListPermissionSetsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to display for the assignment.
maxResults - The maximum number of results to display for the assignment.ListPermissionSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPermissionSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.