Interface DescribeIamPolicyAssignmentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeIamPolicyAssignmentResponse.Builder,
,DescribeIamPolicyAssignmentResponse> QuickSightResponse.Builder
,SdkBuilder<DescribeIamPolicyAssignmentResponse.Builder,
,DescribeIamPolicyAssignmentResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeIamPolicyAssignmentResponse
public static interface DescribeIamPolicyAssignmentResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeIamPolicyAssignmentResponse.Builder,DescribeIamPolicyAssignmentResponse>
-
Method Summary
Modifier and TypeMethodDescriptioniamPolicyAssignment
(Consumer<IAMPolicyAssignment.Builder> iamPolicyAssignment) Information describing the IAM policy assignment.iamPolicyAssignment
(IAMPolicyAssignment iamPolicyAssignment) Information describing the IAM policy assignment.The Amazon Web Services request ID for this operation.The HTTP status of the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
iamPolicyAssignment
DescribeIamPolicyAssignmentResponse.Builder iamPolicyAssignment(IAMPolicyAssignment iamPolicyAssignment) Information describing the IAM policy assignment.
- Parameters:
iamPolicyAssignment
- Information describing the IAM policy assignment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamPolicyAssignment
default DescribeIamPolicyAssignmentResponse.Builder iamPolicyAssignment(Consumer<IAMPolicyAssignment.Builder> iamPolicyAssignment) Information describing the IAM policy assignment.
This is a convenience method that creates an instance of theIAMPolicyAssignment.Builder
avoiding the need to create one manually viaIAMPolicyAssignment.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toiamPolicyAssignment(IAMPolicyAssignment)
.- Parameters:
iamPolicyAssignment
- a consumer that will call methods onIAMPolicyAssignment.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
requestId
- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The HTTP status of the request.
- Parameters:
status
- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-