Uses of Interface
software.amazon.awssdk.services.ec2.model.SecondarySubnet.Builder
Packages that use SecondarySubnet.Builder
-
Uses of SecondarySubnet.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SecondarySubnet.BuilderModifier and TypeMethodDescriptionSecondarySubnet.Builder.availabilityZone(String availabilityZone) The Availability Zone of the secondary subnet.SecondarySubnet.Builder.availabilityZoneId(String availabilityZoneId) The ID of the Availability Zone of the secondary subnet.static SecondarySubnet.BuilderSecondarySubnet.builder()SecondarySubnet.Builder.ipv4CidrBlockAssociations(Collection<SecondarySubnetIpv4CidrBlockAssociation> ipv4CidrBlockAssociations) Information about the IPv4 CIDR blocks associated with the secondary subnet.SecondarySubnet.Builder.ipv4CidrBlockAssociations(Consumer<SecondarySubnetIpv4CidrBlockAssociation.Builder>... ipv4CidrBlockAssociations) Information about the IPv4 CIDR blocks associated with the secondary subnet.SecondarySubnet.Builder.ipv4CidrBlockAssociations(SecondarySubnetIpv4CidrBlockAssociation... ipv4CidrBlockAssociations) Information about the IPv4 CIDR blocks associated with the secondary subnet.The ID of the Amazon Web Services account that owns the secondary subnet.SecondarySubnet.Builder.secondaryNetworkId(String secondaryNetworkId) The ID of the secondary network.SecondarySubnet.Builder.secondaryNetworkType(String secondaryNetworkType) The type of the secondary network.SecondarySubnet.Builder.secondaryNetworkType(SecondaryNetworkType secondaryNetworkType) The type of the secondary network.SecondarySubnet.Builder.secondarySubnetArn(String secondarySubnetArn) The Amazon Resource Name (ARN) of the secondary subnet.SecondarySubnet.Builder.secondarySubnetId(String secondarySubnetId) The ID of the secondary subnet.The state of the secondary subnet.SecondarySubnet.Builder.state(SecondarySubnetState state) The state of the secondary subnet.SecondarySubnet.Builder.stateReason(String stateReason) The reason for the current state of the secondary subnet.SecondarySubnet.Builder.tags(Collection<Tag> tags) The tags assigned to the secondary subnet.SecondarySubnet.Builder.tags(Consumer<Tag.Builder>... tags) The tags assigned to the secondary subnet.The tags assigned to the secondary subnet.SecondarySubnet.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SecondarySubnet.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SecondarySubnet.Builder>SecondarySubnet.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SecondarySubnet.BuilderModifier and TypeMethodDescriptionCreateSecondarySubnetResponse.Builder.secondarySubnet(Consumer<SecondarySubnet.Builder> secondarySubnet) Information about the secondary subnet.DeleteSecondarySubnetResponse.Builder.secondarySubnet(Consumer<SecondarySubnet.Builder> secondarySubnet) Information about the secondary subnet being deleted.