Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayAttachment.Builder
Packages that use TransitGatewayAttachment.Builder
-
Uses of TransitGatewayAttachment.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayAttachment.BuilderModifier and TypeMethodDescriptiondefault TransitGatewayAttachment.BuilderTransitGatewayAttachment.Builder.association(Consumer<TransitGatewayAttachmentAssociation.Builder> association) The association.TransitGatewayAttachment.Builder.association(TransitGatewayAttachmentAssociation association) The association.TransitGatewayAttachment.builder()TransitGatewayAttachment.Builder.creationTime(Instant creationTime) The creation time.TransitGatewayAttachment.Builder.resourceId(String resourceId) The ID of the resource.TransitGatewayAttachment.Builder.resourceOwnerId(String resourceOwnerId) The ID of the Amazon Web Services account that owns the resource.TransitGatewayAttachment.Builder.resourceType(String resourceType) The resource type.TransitGatewayAttachment.Builder.resourceType(TransitGatewayAttachmentResourceType resourceType) The resource type.The attachment state.TransitGatewayAttachment.Builder.state(TransitGatewayAttachmentState state) The attachment state.TransitGatewayAttachment.Builder.tags(Collection<Tag> tags) The tags for the attachment.TransitGatewayAttachment.Builder.tags(Consumer<Tag.Builder>... tags) The tags for the attachment.The tags for the attachment.TransitGatewayAttachment.toBuilder()TransitGatewayAttachment.Builder.transitGatewayAttachmentId(String transitGatewayAttachmentId) The ID of the attachment.TransitGatewayAttachment.Builder.transitGatewayId(String transitGatewayId) The ID of the transit gateway.TransitGatewayAttachment.Builder.transitGatewayOwnerId(String transitGatewayOwnerId) The ID of the Amazon Web Services account that owns the transit gateway.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayAttachment.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TransitGatewayAttachment.Builder>TransitGatewayAttachment.serializableBuilderClass()