public static interface UpdateIamPolicyAssignmentResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateIamPolicyAssignmentResponse.Builder,UpdateIamPolicyAssignmentResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateIamPolicyAssignmentResponse.Builder |
assignmentId(String assignmentId)
The ID of the assignment.
|
UpdateIamPolicyAssignmentResponse.Builder |
assignmentName(String assignmentName)
The name of the assignment.
|
UpdateIamPolicyAssignmentResponse.Builder |
assignmentStatus(AssignmentStatus assignmentStatus)
The status of the assignment.
|
UpdateIamPolicyAssignmentResponse.Builder |
assignmentStatus(String assignmentStatus)
The status of the assignment.
|
UpdateIamPolicyAssignmentResponse.Builder |
identities(Map<String,? extends Collection<String>> identities)
The QuickSight users, groups, or both that the IAM policy is assigned to.
|
UpdateIamPolicyAssignmentResponse.Builder |
policyArn(String policyArn)
The ARN for the IAM policy applied to the QuickSight users and groups specified in this assignment.
|
UpdateIamPolicyAssignmentResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
UpdateIamPolicyAssignmentResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateIamPolicyAssignmentResponse.Builder assignmentName(String assignmentName)
The name of the assignment.
assignmentName - The name of the assignment.UpdateIamPolicyAssignmentResponse.Builder assignmentId(String assignmentId)
The ID of the assignment.
assignmentId - The ID of the assignment.UpdateIamPolicyAssignmentResponse.Builder policyArn(String policyArn)
The ARN for the IAM policy applied to the QuickSight users and groups specified in this assignment.
policyArn - The ARN for the IAM policy applied to the QuickSight users and groups specified in this assignment.UpdateIamPolicyAssignmentResponse.Builder identities(Map<String,? extends Collection<String>> identities)
The QuickSight users, groups, or both that the IAM policy is assigned to.
identities - The QuickSight users, groups, or both that the IAM policy is assigned to.UpdateIamPolicyAssignmentResponse.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.
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.
AssignmentStatus,
AssignmentStatusUpdateIamPolicyAssignmentResponse.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.
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.
AssignmentStatus,
AssignmentStatusUpdateIamPolicyAssignmentResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.UpdateIamPolicyAssignmentResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2020. All rights reserved.