Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayPrefixListAttachment.Builder
Packages that use TransitGatewayPrefixListAttachment.Builder
-
Uses of TransitGatewayPrefixListAttachment.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayPrefixListAttachment.BuilderModifier and TypeMethodDescriptionTransitGatewayPrefixListAttachment.builder()TransitGatewayPrefixListAttachment.Builder.resourceId(String resourceId) The ID of the resource.TransitGatewayPrefixListAttachment.Builder.resourceType(String resourceType) The resource type.TransitGatewayPrefixListAttachment.Builder.resourceType(TransitGatewayAttachmentResourceType resourceType) The resource type.TransitGatewayPrefixListAttachment.toBuilder()TransitGatewayPrefixListAttachment.Builder.transitGatewayAttachmentId(String transitGatewayAttachmentId) The ID of the attachment.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayPrefixListAttachment.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TransitGatewayPrefixListAttachment.Builder>TransitGatewayPrefixListAttachment.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayPrefixListAttachment.BuilderModifier and TypeMethodDescriptionTransitGatewayPrefixListReference.Builder.transitGatewayAttachment(Consumer<TransitGatewayPrefixListAttachment.Builder> transitGatewayAttachment) Information about the transit gateway attachment.