Interface ListAccountAssignmentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAccountAssignmentsRequest.Builder,ListAccountAssignmentsRequest>,SdkBuilder<ListAccountAssignmentsRequest.Builder,ListAccountAssignmentsRequest>,SdkPojo,SdkRequest.Builder,SsoAdminRequest.Builder
- Enclosing class:
- ListAccountAssignmentsRequest
public static interface ListAccountAssignmentsRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<ListAccountAssignmentsRequest.Builder,ListAccountAssignmentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAccountAssignmentsRequest.BuilderaccountId(String accountId)The identifier of the Amazon Web Services account from which to list the assignments.ListAccountAssignmentsRequest.BuilderinstanceArn(String instanceArn)The ARN of the IAM Identity Center instance under which the operation will be executed.ListAccountAssignmentsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to display for the assignment.ListAccountAssignmentsRequest.BuildernextToken(String nextToken)The pagination token for the list API.ListAccountAssignmentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAccountAssignmentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAccountAssignmentsRequest.BuilderpermissionSetArn(String permissionSetArn)The ARN of the permission set from which to list assignments.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ssoadmin.model.SsoAdminRequest.Builder
build
-
-
-
-
Method Detail
-
accountId
ListAccountAssignmentsRequest.Builder accountId(String accountId)
The identifier of the Amazon Web Services account from which to list the assignments.
- Parameters:
accountId- The identifier of the Amazon Web Services account from which to list the assignments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceArn
ListAccountAssignmentsRequest.Builder instanceArn(String 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.
- 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.
-
maxResults
ListAccountAssignmentsRequest.Builder maxResults(Integer maxResults)
The 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.
-
nextToken
ListAccountAssignmentsRequest.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.
- 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.
-
permissionSetArn
ListAccountAssignmentsRequest.Builder permissionSetArn(String permissionSetArn)
The ARN of the permission set from which to list assignments.
- Parameters:
permissionSetArn- The ARN of the permission set from which to list assignments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAccountAssignmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAccountAssignmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-