Interface ListPermissionSetsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListPermissionSetsRequest.Builder,,- ListPermissionSetsRequest> - SdkBuilder<ListPermissionSetsRequest.Builder,,- ListPermissionSetsRequest> - SdkPojo,- SdkRequest.Builder,- SsoAdminRequest.Builder
- Enclosing class:
- ListPermissionSetsRequest
@Mutable
@NotThreadSafe
public static interface ListPermissionSetsRequest.Builder
extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<ListPermissionSetsRequest.Builder,ListPermissionSetsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptioninstanceArn(String instanceArn) The ARN of the IAM Identity Center instance under which the operation will be executed.maxResults(Integer maxResults) The maximum number of results to display for the assignment.The pagination token for the list API.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ssoadmin.model.SsoAdminRequest.Builderbuild
- 
Method Details- 
instanceArnThe ARN of the IAM Identity Center 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. - Parameters:
- instanceArn- The ARN of the IAM Identity Center 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenThe pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls. - Parameters:
- nextToken- The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsThe maximum number of results to display for the assignment. - Parameters:
- maxResults- The maximum number of results to display for the assignment.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListPermissionSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListPermissionSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-