Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayConnect.Builder
Packages that use TransitGatewayConnect.Builder
-
Uses of TransitGatewayConnect.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayConnect.BuilderModifier and TypeMethodDescriptionTransitGatewayConnect.builder()TransitGatewayConnect.Builder.creationTime(Instant creationTime) The creation time.default TransitGatewayConnect.BuilderTransitGatewayConnect.Builder.options(Consumer<TransitGatewayConnectOptions.Builder> options) The Connect attachment options.TransitGatewayConnect.Builder.options(TransitGatewayConnectOptions options) The Connect attachment options.The state of the attachment.TransitGatewayConnect.Builder.state(TransitGatewayAttachmentState state) The state of the attachment.TransitGatewayConnect.Builder.tags(Collection<Tag> tags) The tags for the attachment.TransitGatewayConnect.Builder.tags(Consumer<Tag.Builder>... tags) The tags for the attachment.The tags for the attachment.TransitGatewayConnect.toBuilder()TransitGatewayConnect.Builder.transitGatewayAttachmentId(String transitGatewayAttachmentId) The ID of the Connect attachment.TransitGatewayConnect.Builder.transitGatewayId(String transitGatewayId) The ID of the transit gateway.TransitGatewayConnect.Builder.transportTransitGatewayAttachmentId(String transportTransitGatewayAttachmentId) The ID of the attachment from which the Connect attachment was created.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayConnect.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TransitGatewayConnect.Builder>TransitGatewayConnect.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayConnect.BuilderModifier and TypeMethodDescriptionCreateTransitGatewayConnectResponse.Builder.transitGatewayConnect(Consumer<TransitGatewayConnect.Builder> transitGatewayConnect) Information about the Connect attachment.DeleteTransitGatewayConnectResponse.Builder.transitGatewayConnect(Consumer<TransitGatewayConnect.Builder> transitGatewayConnect) Information about the deleted Connect attachment.