public static interface DescribeIamPolicyAssignmentResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeIamPolicyAssignmentResponse.Builder,DescribeIamPolicyAssignmentResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeIamPolicyAssignmentResponse.Builder |
iamPolicyAssignment(Consumer<IAMPolicyAssignment.Builder> iamPolicyAssignment)
Information describing the IAM policy assignment.
|
DescribeIamPolicyAssignmentResponse.Builder |
iamPolicyAssignment(IAMPolicyAssignment iamPolicyAssignment)
Information describing the IAM policy assignment.
|
DescribeIamPolicyAssignmentResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
DescribeIamPolicyAssignmentResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeIamPolicyAssignmentResponse.Builder iamPolicyAssignment(IAMPolicyAssignment iamPolicyAssignment)
Information describing the IAM policy assignment.
iamPolicyAssignment - Information describing the IAM policy assignment.default DescribeIamPolicyAssignmentResponse.Builder iamPolicyAssignment(Consumer<IAMPolicyAssignment.Builder> iamPolicyAssignment)
Information describing the IAM policy assignment.
This is a convenience that creates an instance of theIAMPolicyAssignment.Builder avoiding the need
to create one manually via IAMPolicyAssignment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to iamPolicyAssignment(IAMPolicyAssignment).iamPolicyAssignment - a consumer that will call methods on IAMPolicyAssignment.BuilderiamPolicyAssignment(IAMPolicyAssignment)DescribeIamPolicyAssignmentResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.DescribeIamPolicyAssignmentResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2020. All rights reserved.