Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayPrefixListAttachment.Builder
-
Packages that use TransitGatewayPrefixListAttachment.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of TransitGatewayPrefixListAttachment.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayPrefixListAttachment.Builder Modifier and Type Method Description static TransitGatewayPrefixListAttachment.BuilderTransitGatewayPrefixListAttachment. builder()TransitGatewayPrefixListAttachment.BuilderTransitGatewayPrefixListAttachment.Builder. resourceId(String resourceId)The ID of the resource.TransitGatewayPrefixListAttachment.BuilderTransitGatewayPrefixListAttachment.Builder. resourceType(String resourceType)The resource type.TransitGatewayPrefixListAttachment.BuilderTransitGatewayPrefixListAttachment.Builder. resourceType(TransitGatewayAttachmentResourceType resourceType)The resource type.TransitGatewayPrefixListAttachment.BuilderTransitGatewayPrefixListAttachment. toBuilder()TransitGatewayPrefixListAttachment.BuilderTransitGatewayPrefixListAttachment.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.Builder Modifier and Type Method Description static Class<? extends TransitGatewayPrefixListAttachment.Builder>TransitGatewayPrefixListAttachment. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayPrefixListAttachment.Builder Modifier and Type Method Description default TransitGatewayPrefixListReference.BuilderTransitGatewayPrefixListReference.Builder. transitGatewayAttachment(Consumer<TransitGatewayPrefixListAttachment.Builder> transitGatewayAttachment)Information about the transit gateway attachment.
-