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