Interface CancelChannelHandshakeDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CancelChannelHandshakeDetail.Builder,,CancelChannelHandshakeDetail> SdkBuilder<CancelChannelHandshakeDetail.Builder,,CancelChannelHandshakeDetail> SdkPojo
- Enclosing class:
CancelChannelHandshakeDetail
@Mutable
@NotThreadSafe
public static interface CancelChannelHandshakeDetail.Builder
extends SdkPojo, CopyableBuilder<CancelChannelHandshakeDetail.Builder,CancelChannelHandshakeDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the canceled handshake.The unique identifier of the canceled handshake.The current status of the canceled handshake.status(HandshakeStatus status) The current status of the canceled handshake.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
-
id
The unique identifier of the canceled handshake.
- Parameters:
id- The unique identifier of the canceled handshake.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the canceled handshake.
- Parameters:
arn- The Amazon Resource Name (ARN) of the canceled handshake.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the canceled handshake.
- Parameters:
status- The current status of the canceled handshake.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the canceled handshake.
- Parameters:
status- The current status of the canceled handshake.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-