Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayVpcAttachment.Builder
-
Packages that use TransitGatewayVpcAttachment.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of TransitGatewayVpcAttachment.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayVpcAttachment.Builder Modifier and Type Method Description static TransitGatewayVpcAttachment.BuilderTransitGatewayVpcAttachment. builder()TransitGatewayVpcAttachment.BuilderTransitGatewayVpcAttachment.Builder. creationTime(Instant creationTime)The creation time.default TransitGatewayVpcAttachment.BuilderTransitGatewayVpcAttachment.Builder. options(Consumer<TransitGatewayVpcAttachmentOptions.Builder> options)The VPC attachment options.TransitGatewayVpcAttachment.BuilderTransitGatewayVpcAttachment.Builder. options(TransitGatewayVpcAttachmentOptions options)The VPC attachment options.TransitGatewayVpcAttachment.BuilderTransitGatewayVpcAttachment.Builder. state(String state)The state of the VPC attachment.TransitGatewayVpcAttachment.BuilderTransitGatewayVpcAttachment.Builder. state(TransitGatewayAttachmentState state)The state of the VPC attachment.TransitGatewayVpcAttachment.BuilderTransitGatewayVpcAttachment.Builder. subnetIds(String... subnetIds)The IDs of the subnets.TransitGatewayVpcAttachment.BuilderTransitGatewayVpcAttachment.Builder. subnetIds(Collection<String> subnetIds)The IDs of the subnets.TransitGatewayVpcAttachment.BuilderTransitGatewayVpcAttachment.Builder. tags(Collection<Tag> tags)The tags for the VPC attachment.TransitGatewayVpcAttachment.BuilderTransitGatewayVpcAttachment.Builder. tags(Consumer<Tag.Builder>... tags)The tags for the VPC attachment.TransitGatewayVpcAttachment.BuilderTransitGatewayVpcAttachment.Builder. tags(Tag... tags)The tags for the VPC attachment.TransitGatewayVpcAttachment.BuilderTransitGatewayVpcAttachment. toBuilder()TransitGatewayVpcAttachment.BuilderTransitGatewayVpcAttachment.Builder. transitGatewayAttachmentId(String transitGatewayAttachmentId)The ID of the attachment.TransitGatewayVpcAttachment.BuilderTransitGatewayVpcAttachment.Builder. transitGatewayId(String transitGatewayId)The ID of the transit gateway.TransitGatewayVpcAttachment.BuilderTransitGatewayVpcAttachment.Builder. vpcId(String vpcId)The ID of the VPC.TransitGatewayVpcAttachment.BuilderTransitGatewayVpcAttachment.Builder. vpcOwnerId(String vpcOwnerId)The ID of the Amazon Web Services account that owns the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayVpcAttachment.Builder Modifier and Type Method Description static Class<? extends TransitGatewayVpcAttachment.Builder>TransitGatewayVpcAttachment. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayVpcAttachment.Builder Modifier and Type Method Description default AcceptTransitGatewayVpcAttachmentResponse.BuilderAcceptTransitGatewayVpcAttachmentResponse.Builder. transitGatewayVpcAttachment(Consumer<TransitGatewayVpcAttachment.Builder> transitGatewayVpcAttachment)The VPC attachment.default CreateTransitGatewayVpcAttachmentResponse.BuilderCreateTransitGatewayVpcAttachmentResponse.Builder. transitGatewayVpcAttachment(Consumer<TransitGatewayVpcAttachment.Builder> transitGatewayVpcAttachment)Information about the VPC attachment.default DeleteTransitGatewayVpcAttachmentResponse.BuilderDeleteTransitGatewayVpcAttachmentResponse.Builder. transitGatewayVpcAttachment(Consumer<TransitGatewayVpcAttachment.Builder> transitGatewayVpcAttachment)Information about the deleted VPC attachment.default ModifyTransitGatewayVpcAttachmentResponse.BuilderModifyTransitGatewayVpcAttachmentResponse.Builder. transitGatewayVpcAttachment(Consumer<TransitGatewayVpcAttachment.Builder> transitGatewayVpcAttachment)Information about the modified attachment.default RejectTransitGatewayVpcAttachmentResponse.BuilderRejectTransitGatewayVpcAttachmentResponse.Builder. transitGatewayVpcAttachment(Consumer<TransitGatewayVpcAttachment.Builder> transitGatewayVpcAttachment)Information about the attachment.
-