Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayClientVpnAttachment.Builder
-
Packages that use TransitGatewayClientVpnAttachment.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of TransitGatewayClientVpnAttachment.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayClientVpnAttachment.Builder Modifier and Type Method Description static TransitGatewayClientVpnAttachment.BuilderTransitGatewayClientVpnAttachment. builder()TransitGatewayClientVpnAttachment.BuilderTransitGatewayClientVpnAttachment.Builder. clientVpnEndpointId(String clientVpnEndpointId)The ID of the Client VPN endpoint.TransitGatewayClientVpnAttachment.BuilderTransitGatewayClientVpnAttachment.Builder. clientVpnOwnerId(String clientVpnOwnerId)The ID of the Amazon Web Services account that owns the Client VPN endpoint.TransitGatewayClientVpnAttachment.BuilderTransitGatewayClientVpnAttachment.Builder. creationTime(String creationTime)The date and time the Transit Gateway attachment was created.TransitGatewayClientVpnAttachment.BuilderTransitGatewayClientVpnAttachment.Builder. state(String state)The state of the Transit Gateway attachment.TransitGatewayClientVpnAttachment.BuilderTransitGatewayClientVpnAttachment.Builder. state(TransitGatewayAttachmentStatusType state)The state of the Transit Gateway attachment.TransitGatewayClientVpnAttachment.BuilderTransitGatewayClientVpnAttachment. toBuilder()TransitGatewayClientVpnAttachment.BuilderTransitGatewayClientVpnAttachment.Builder. transitGatewayAttachmentId(String transitGatewayAttachmentId)The ID of the Transit Gateway attachment.TransitGatewayClientVpnAttachment.BuilderTransitGatewayClientVpnAttachment.Builder. transitGatewayId(String transitGatewayId)The ID of the Transit Gateway.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayClientVpnAttachment.Builder Modifier and Type Method Description static Class<? extends TransitGatewayClientVpnAttachment.Builder>TransitGatewayClientVpnAttachment. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayClientVpnAttachment.Builder Modifier and Type Method Description default AcceptTransitGatewayClientVpnAttachmentResponse.BuilderAcceptTransitGatewayClientVpnAttachmentResponse.Builder. transitGatewayClientVpnAttachment(Consumer<TransitGatewayClientVpnAttachment.Builder> transitGatewayClientVpnAttachment)Information about the Transit Gateway Client VPN attachment.default DeleteTransitGatewayClientVpnAttachmentResponse.BuilderDeleteTransitGatewayClientVpnAttachmentResponse.Builder. transitGatewayClientVpnAttachment(Consumer<TransitGatewayClientVpnAttachment.Builder> transitGatewayClientVpnAttachment)Information about the Transit Gateway Client VPN attachment.default RejectTransitGatewayClientVpnAttachmentResponse.BuilderRejectTransitGatewayClientVpnAttachmentResponse.Builder. transitGatewayClientVpnAttachment(Consumer<TransitGatewayClientVpnAttachment.Builder> transitGatewayClientVpnAttachment)Information about the Transit Gateway Client VPN attachment.
-