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