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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeIamPolicyAssignmentResponse.BuilderiamPolicyAssignment(Consumer<IAMPolicyAssignment.Builder> iamPolicyAssignment)Information describing the IAM policy assignment.DescribeIamPolicyAssignmentResponse.BuilderiamPolicyAssignment(IAMPolicyAssignment iamPolicyAssignment)Information describing the IAM policy assignment.DescribeIamPolicyAssignmentResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.DescribeIamPolicyAssignmentResponse.Builderstatus(Integer status)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 Detail
-
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.Builderavoiding the need to create one manually viaIAMPolicyAssignment.builder().When the
Consumercompletes,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:
iamPolicyAssignment(IAMPolicyAssignment)
-
requestId
DescribeIamPolicyAssignmentResponse.Builder requestId(String 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
DescribeIamPolicyAssignmentResponse.Builder status(Integer 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.
-
-