Interface ListIamPolicyAssignmentsForUserRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListIamPolicyAssignmentsForUserRequest.Builder,ListIamPolicyAssignmentsForUserRequest>
,QuickSightRequest.Builder
,SdkBuilder<ListIamPolicyAssignmentsForUserRequest.Builder,ListIamPolicyAssignmentsForUserRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListIamPolicyAssignmentsForUserRequest
public static interface ListIamPolicyAssignmentsForUserRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListIamPolicyAssignmentsForUserRequest.Builder,ListIamPolicyAssignmentsForUserRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListIamPolicyAssignmentsForUserRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListIamPolicyAssignmentsForUserRequest.Builder
userName(String userName)
The name of the user.-
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.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
ListIamPolicyAssignmentsForUserRequest.Builder awsAccountId(String awsAccountId)
The 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.
-
userName
ListIamPolicyAssignmentsForUserRequest.Builder userName(String userName)
The 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.
-
nextToken
ListIamPolicyAssignmentsForUserRequest.Builder nextToken(String nextToken)
The 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.
-
maxResults
ListIamPolicyAssignmentsForUserRequest.Builder maxResults(Integer maxResults)
The 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.
-
namespace
ListIamPolicyAssignmentsForUserRequest.Builder namespace(String namespace)
The 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.
-
overrideConfiguration
ListIamPolicyAssignmentsForUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListIamPolicyAssignmentsForUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-