Interface TransitGatewayClientVpnAttachment.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TransitGatewayClientVpnAttachment.Builder,,TransitGatewayClientVpnAttachment> SdkBuilder<TransitGatewayClientVpnAttachment.Builder,,TransitGatewayClientVpnAttachment> SdkPojo
- Enclosing class:
TransitGatewayClientVpnAttachment
@Mutable
@NotThreadSafe
public static interface TransitGatewayClientVpnAttachment.Builder
extends SdkPojo, CopyableBuilder<TransitGatewayClientVpnAttachment.Builder,TransitGatewayClientVpnAttachment>
-
Method Summary
Modifier and TypeMethodDescriptionclientVpnEndpointId(String clientVpnEndpointId) The ID of the Client VPN endpoint.clientVpnOwnerId(String clientVpnOwnerId) The ID of the Amazon Web Services account that owns the Client VPN endpoint.creationTime(String creationTime) The date and time the Transit Gateway attachment was created.The state of the Transit Gateway attachment.The state of the Transit Gateway attachment.transitGatewayAttachmentId(String transitGatewayAttachmentId) The ID of the Transit Gateway attachment.transitGatewayId(String transitGatewayId) The ID of the Transit Gateway.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
-
transitGatewayAttachmentId
TransitGatewayClientVpnAttachment.Builder transitGatewayAttachmentId(String transitGatewayAttachmentId) The ID of the Transit Gateway attachment.
- Parameters:
transitGatewayAttachmentId- The ID of the Transit Gateway attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayId
The ID of the Transit Gateway.
- Parameters:
transitGatewayId- The ID of the Transit Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientVpnEndpointId
The ID of the Client VPN endpoint.
- Parameters:
clientVpnEndpointId- The ID of the Client VPN endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientVpnOwnerId
The ID of the Amazon Web Services account that owns the Client VPN endpoint.
- Parameters:
clientVpnOwnerId- The ID of the Amazon Web Services account that owns the Client VPN endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of the Transit Gateway attachment.
- Parameters:
state- The state of the Transit Gateway attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the Transit Gateway attachment.
- Parameters:
state- The state of the Transit Gateway attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
The date and time the Transit Gateway attachment was created.
- Parameters:
creationTime- The date and time the Transit Gateway attachment was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-