Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayOptions.Builder
Packages that use TransitGatewayOptions.Builder
-
Uses of TransitGatewayOptions.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayOptions.BuilderModifier and TypeMethodDescriptionTransitGatewayOptions.Builder.amazonSideAsn(Long amazonSideAsn) A private Autonomous System Number (ASN) for the Amazon side of a BGP session.TransitGatewayOptions.Builder.associationDefaultRouteTableId(String associationDefaultRouteTableId) The ID of the default association route table.TransitGatewayOptions.Builder.autoAcceptSharedAttachments(String autoAcceptSharedAttachments) Indicates whether attachment requests are automatically accepted.TransitGatewayOptions.Builder.autoAcceptSharedAttachments(AutoAcceptSharedAttachmentsValue autoAcceptSharedAttachments) Indicates whether attachment requests are automatically accepted.TransitGatewayOptions.builder()TransitGatewayOptions.Builder.defaultRouteTableAssociation(String defaultRouteTableAssociation) Indicates whether resource attachments are automatically associated with the default association route table.TransitGatewayOptions.Builder.defaultRouteTableAssociation(DefaultRouteTableAssociationValue defaultRouteTableAssociation) Indicates whether resource attachments are automatically associated with the default association route table.TransitGatewayOptions.Builder.defaultRouteTablePropagation(String defaultRouteTablePropagation) Indicates whether resource attachments automatically propagate routes to the default propagation route table.TransitGatewayOptions.Builder.defaultRouteTablePropagation(DefaultRouteTablePropagationValue defaultRouteTablePropagation) Indicates whether resource attachments automatically propagate routes to the default propagation route table.TransitGatewayOptions.Builder.dnsSupport(String dnsSupport) Indicates whether DNS support is enabled.TransitGatewayOptions.Builder.dnsSupport(DnsSupportValue dnsSupport) Indicates whether DNS support is enabled.default TransitGatewayOptions.BuilderTransitGatewayOptions.Builder.encryptionSupport(Consumer<EncryptionSupport.Builder> encryptionSupport) Defines if the Transit Gateway supports VPC Encryption Control.TransitGatewayOptions.Builder.encryptionSupport(EncryptionSupport encryptionSupport) Defines if the Transit Gateway supports VPC Encryption Control.TransitGatewayOptions.Builder.multicastSupport(String multicastSupport) Indicates whether multicast is enabled on the transit gatewayTransitGatewayOptions.Builder.multicastSupport(MulticastSupportValue multicastSupport) Indicates whether multicast is enabled on the transit gatewayTransitGatewayOptions.Builder.propagationDefaultRouteTableId(String propagationDefaultRouteTableId) The ID of the default propagation route table.TransitGatewayOptions.Builder.securityGroupReferencingSupport(String securityGroupReferencingSupport) Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.TransitGatewayOptions.Builder.securityGroupReferencingSupport(SecurityGroupReferencingSupportValue securityGroupReferencingSupport) Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.TransitGatewayOptions.toBuilder()TransitGatewayOptions.Builder.transitGatewayCidrBlocks(String... transitGatewayCidrBlocks) The transit gateway CIDR blocks.TransitGatewayOptions.Builder.transitGatewayCidrBlocks(Collection<String> transitGatewayCidrBlocks) The transit gateway CIDR blocks.TransitGatewayOptions.Builder.vpnEcmpSupport(String vpnEcmpSupport) Indicates whether Equal Cost Multipath Protocol support is enabled.TransitGatewayOptions.Builder.vpnEcmpSupport(VpnEcmpSupportValue vpnEcmpSupport) Indicates whether Equal Cost Multipath Protocol support is enabled.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayOptions.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TransitGatewayOptions.Builder>TransitGatewayOptions.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayOptions.BuilderModifier and TypeMethodDescriptiondefault TransitGateway.BuilderTransitGateway.Builder.options(Consumer<TransitGatewayOptions.Builder> options) The transit gateway options.