Interface UpdateIamPolicyAssignmentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateIamPolicyAssignmentRequest.Builder,UpdateIamPolicyAssignmentRequest>
,QuickSightRequest.Builder
,SdkBuilder<UpdateIamPolicyAssignmentRequest.Builder,UpdateIamPolicyAssignmentRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- UpdateIamPolicyAssignmentRequest
public static interface UpdateIamPolicyAssignmentRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateIamPolicyAssignmentRequest.Builder,UpdateIamPolicyAssignmentRequest>
-
-
Method Summary
-
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
UpdateIamPolicyAssignmentRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the IAM policy assignment.
- Parameters:
awsAccountId
- The ID of the Amazon Web Services account that contains the IAM policy assignment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assignmentName
UpdateIamPolicyAssignmentRequest.Builder assignmentName(String assignmentName)
The name of the assignment, also called a rule. The name must be unique within the Amazon Web Services account.
- Parameters:
assignmentName
- The name of the assignment, also called a rule. The name must be unique within the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
UpdateIamPolicyAssignmentRequest.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.
-
assignmentStatus
UpdateIamPolicyAssignmentRequest.Builder assignmentStatus(String assignmentStatus)
The status of the assignment. Possible values are as follows:
-
ENABLED
- Anything specified in this assignment is used when creating the data source. -
DISABLED
- This assignment isn't used when creating the data source. -
DRAFT
- This assignment is an unfinished draft and isn't used when creating the data source.
- Parameters:
assignmentStatus
- The status of the assignment. Possible values are as follows:-
ENABLED
- Anything specified in this assignment is used when creating the data source. -
DISABLED
- This assignment isn't used when creating the data source. -
DRAFT
- This assignment is an unfinished draft and isn't used when creating the data source.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssignmentStatus
,AssignmentStatus
-
-
assignmentStatus
UpdateIamPolicyAssignmentRequest.Builder assignmentStatus(AssignmentStatus assignmentStatus)
The status of the assignment. Possible values are as follows:
-
ENABLED
- Anything specified in this assignment is used when creating the data source. -
DISABLED
- This assignment isn't used when creating the data source. -
DRAFT
- This assignment is an unfinished draft and isn't used when creating the data source.
- Parameters:
assignmentStatus
- The status of the assignment. Possible values are as follows:-
ENABLED
- Anything specified in this assignment is used when creating the data source. -
DISABLED
- This assignment isn't used when creating the data source. -
DRAFT
- This assignment is an unfinished draft and isn't used when creating the data source.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssignmentStatus
,AssignmentStatus
-
-
policyArn
UpdateIamPolicyAssignmentRequest.Builder policyArn(String policyArn)
The ARN for the IAM policy to apply to the Amazon QuickSight users and groups specified in this assignment.
- Parameters:
policyArn
- The ARN for the IAM policy to apply to the Amazon QuickSight users and groups specified in this assignment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identities
UpdateIamPolicyAssignmentRequest.Builder identities(Map<String,? extends Collection<String>> identities)
The Amazon QuickSight users, groups, or both that you want to assign the policy to.
- Parameters:
identities
- The Amazon QuickSight users, groups, or both that you want to assign the policy to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateIamPolicyAssignmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateIamPolicyAssignmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-