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