public static interface ListIamPolicyAssignmentsForUserRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListIamPolicyAssignmentsForUserRequest.Builder,ListIamPolicyAssignmentsForUserRequest>
| Modifier and Type | Method and Description |
|---|---|
ListIamPolicyAssignmentsForUserRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the assignments.
|
ListIamPolicyAssignmentsForUserRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListIamPolicyAssignmentsForUserRequest.Builder |
namespace(String namespace)
The namespace of the assignment.
|
ListIamPolicyAssignmentsForUserRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListIamPolicyAssignmentsForUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIamPolicyAssignmentsForUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListIamPolicyAssignmentsForUserRequest.Builder |
userName(String userName)
The name of the user.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIamPolicyAssignmentsForUserRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the assignments.
awsAccountId - The ID of the Amazon Web Services account that contains the assignments.ListIamPolicyAssignmentsForUserRequest.Builder userName(String userName)
The name of the user.
userName - The name of the user.ListIamPolicyAssignmentsForUserRequest.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.ListIamPolicyAssignmentsForUserRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults - The maximum number of results to be returned per request.ListIamPolicyAssignmentsForUserRequest.Builder namespace(String namespace)
The namespace of the assignment.
namespace - The namespace of the assignment.ListIamPolicyAssignmentsForUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListIamPolicyAssignmentsForUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.