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