Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayPrefixListReference.Builder
Packages that use TransitGatewayPrefixListReference.Builder
-
Uses of TransitGatewayPrefixListReference.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayPrefixListReference.BuilderModifier and TypeMethodDescriptionIndicates whether traffic that matches this route is dropped.TransitGatewayPrefixListReference.builder()TransitGatewayPrefixListReference.Builder.prefixListId(String prefixListId) The ID of the prefix list.TransitGatewayPrefixListReference.Builder.prefixListOwnerId(String prefixListOwnerId) The ID of the prefix list owner.The state of the prefix list reference.TransitGatewayPrefixListReference.Builder.state(TransitGatewayPrefixListReferenceState state) The state of the prefix list reference.TransitGatewayPrefixListReference.toBuilder()TransitGatewayPrefixListReference.Builder.transitGatewayAttachment(Consumer<TransitGatewayPrefixListAttachment.Builder> transitGatewayAttachment) Information about the transit gateway attachment.TransitGatewayPrefixListReference.Builder.transitGatewayAttachment(TransitGatewayPrefixListAttachment transitGatewayAttachment) Information about the transit gateway attachment.TransitGatewayPrefixListReference.Builder.transitGatewayRouteTableId(String transitGatewayRouteTableId) The ID of the transit gateway route table.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayPrefixListReference.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TransitGatewayPrefixListReference.Builder>TransitGatewayPrefixListReference.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayPrefixListReference.BuilderModifier and TypeMethodDescriptionCreateTransitGatewayPrefixListReferenceResponse.Builder.transitGatewayPrefixListReference(Consumer<TransitGatewayPrefixListReference.Builder> transitGatewayPrefixListReference) Information about the prefix list reference.DeleteTransitGatewayPrefixListReferenceResponse.Builder.transitGatewayPrefixListReference(Consumer<TransitGatewayPrefixListReference.Builder> transitGatewayPrefixListReference) Information about the deleted prefix list reference.ModifyTransitGatewayPrefixListReferenceResponse.Builder.transitGatewayPrefixListReference(Consumer<TransitGatewayPrefixListReference.Builder> transitGatewayPrefixListReference) Information about the prefix list reference.