Uses of Interface
software.amazon.awssdk.services.ec2.model.SubnetAssociation.Builder
Packages that use SubnetAssociation.Builder
-
Uses of SubnetAssociation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SubnetAssociation.BuilderModifier and TypeMethodDescriptionstatic SubnetAssociation.BuilderSubnetAssociation.builder()The state of the subnet association.SubnetAssociation.Builder.state(TransitGatewayMulitcastDomainAssociationState state) The state of the subnet association.The ID of the subnet.SubnetAssociation.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SubnetAssociation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SubnetAssociation.Builder>SubnetAssociation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SubnetAssociation.BuilderModifier and TypeMethodDescriptionTransitGatewayMulticastDomainAssociation.Builder.subnet(Consumer<SubnetAssociation.Builder> subnet) The subnet associated with the transit gateway multicast domain.