public static interface ListAccountAssignmentsRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<ListAccountAssignmentsRequest.Builder,ListAccountAssignmentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAccountAssignmentsRequest.Builder |
accountId(String accountId)
The identifier of the AWS account from which to list the assignments.
|
ListAccountAssignmentsRequest.Builder |
instanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
ListAccountAssignmentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to display for the assignment.
|
ListAccountAssignmentsRequest.Builder |
nextToken(String nextToken)
The pagination token for the list API.
|
ListAccountAssignmentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAccountAssignmentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAccountAssignmentsRequest.Builder |
permissionSetArn(String permissionSetArn)
The ARN of the permission set from which to list assignments.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccountAssignmentsRequest.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 AWS Service Namespaces in the AWS General Reference.
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 AWS Service Namespaces in the AWS General Reference.ListAccountAssignmentsRequest.Builder accountId(String accountId)
The identifier of the AWS account from which to list the assignments.
accountId - The identifier of the AWS account from which to list the assignments.ListAccountAssignmentsRequest.Builder permissionSetArn(String permissionSetArn)
The ARN of the permission set from which to list assignments.
permissionSetArn - The ARN of the permission set from which to list assignments.ListAccountAssignmentsRequest.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.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.
nextToken - The pagination token for the list API. Initially the value is null. Use the output of previous API
calls to make subsequent calls.ListAccountAssignmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAccountAssignmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.