Interface DeleteIamPolicyAssignmentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteIamPolicyAssignmentResponse.Builder,DeleteIamPolicyAssignmentResponse>,QuickSightResponse.Builder,SdkBuilder<DeleteIamPolicyAssignmentResponse.Builder,DeleteIamPolicyAssignmentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteIamPolicyAssignmentResponse
@Mutable @NotThreadSafe public static interface DeleteIamPolicyAssignmentResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DeleteIamPolicyAssignmentResponse.Builder,DeleteIamPolicyAssignmentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteIamPolicyAssignmentResponse.BuilderassignmentName(String assignmentName)The name of the assignment.DeleteIamPolicyAssignmentResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.DeleteIamPolicyAssignmentResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
assignmentName
DeleteIamPolicyAssignmentResponse.Builder assignmentName(String assignmentName)
The name of the assignment.
- Parameters:
assignmentName- The name of the assignment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
DeleteIamPolicyAssignmentResponse.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
DeleteIamPolicyAssignmentResponse.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.
-
-