Interface ApprovalStatusDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ApprovalStatusDetails.Builder,,ApprovalStatusDetails> SdkBuilder<ApprovalStatusDetails.Builder,,ApprovalStatusDetails> SdkPojo
- Enclosing class:
ApprovalStatusDetails
@Mutable
@NotThreadSafe
public static interface ApprovalStatusDetails.Builder
extends SdkPojo, CopyableBuilder<ApprovalStatusDetails.Builder,ApprovalStatusDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe approval status of a member's vote on the change request.status(ApprovalStatus status) The approval status of a member's vote on the change request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
status
The approval status of a member's vote on the change request. Valid values are PENDING (if they haven't voted), APPROVED, or DENIED.
- Parameters:
status- The approval status of a member's vote on the change request. Valid values are PENDING (if they haven't voted), APPROVED, or DENIED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The approval status of a member's vote on the change request. Valid values are PENDING (if they haven't voted), APPROVED, or DENIED.
- Parameters:
status- The approval status of a member's vote on the change request. Valid values are PENDING (if they haven't voted), APPROVED, or DENIED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-