Interface ListIamPolicyAssignmentsForUserRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListIamPolicyAssignmentsForUserRequest.Builder,,- ListIamPolicyAssignmentsForUserRequest> - QuickSightRequest.Builder,- SdkBuilder<ListIamPolicyAssignmentsForUserRequest.Builder,,- ListIamPolicyAssignmentsForUserRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListIamPolicyAssignmentsForUserRequest
@Mutable
@NotThreadSafe
public static interface ListIamPolicyAssignmentsForUserRequest.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListIamPolicyAssignmentsForUserRequest.Builder,ListIamPolicyAssignmentsForUserRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The ID of the Amazon Web Services account that contains the assignments.maxResults(Integer maxResults) The maximum number of results to be returned per request.The namespace of the assignment.The token for the next set of results, or null if there are no more results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The name of the user.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.services.quicksight.model.QuickSightRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
awsAccountIdThe ID of the Amazon Web Services account that contains the assignments. - Parameters:
- awsAccountId- The ID of the Amazon Web Services account that contains the assignments.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
userNameThe name of the user. - Parameters:
- userName- The name of the user.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenThe token for the next set of results, or null if there are no more results. - Parameters:
- nextToken- The token for the next set of results, or null if there are no more results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsThe maximum number of results to be returned per request. - Parameters:
- maxResults- The maximum number of results to be returned per request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
namespaceThe namespace of the assignment. - Parameters:
- namespace- The namespace of the assignment.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListIamPolicyAssignmentsForUserRequest.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.
 
- 
overrideConfigurationListIamPolicyAssignmentsForUserRequest.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.
 
 
-