Uses of Interface
software.amazon.awssdk.services.ec2.model.Subnet.Builder
Packages that use Subnet.Builder
-
Uses of Subnet.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Subnet.BuilderModifier and TypeMethodDescriptionSubnet.Builder.assignIpv6AddressOnCreation(Boolean assignIpv6AddressOnCreation) Indicates whether a network interface created in this subnet (including a network interface created by RunInstances) receives an IPv6 address.Subnet.Builder.availabilityZone(String availabilityZone) The Availability Zone of the subnet.Subnet.Builder.availabilityZoneId(String availabilityZoneId) The AZ ID of the subnet.Subnet.Builder.availableIpAddressCount(Integer availableIpAddressCount) The number of unused private IPv4 addresses in the subnet.default Subnet.BuilderSubnet.Builder.blockPublicAccessStates(Consumer<BlockPublicAccessStates.Builder> blockPublicAccessStates) The state of VPC Block Public Access (BPA).Subnet.Builder.blockPublicAccessStates(BlockPublicAccessStates blockPublicAccessStates) The state of VPC Block Public Access (BPA).static Subnet.BuilderSubnet.builder()The IPv4 CIDR block assigned to the subnet.Subnet.Builder.customerOwnedIpv4Pool(String customerOwnedIpv4Pool) The customer-owned IPv4 address pool associated with the subnet.Subnet.Builder.defaultForAz(Boolean defaultForAz) Indicates whether this is the default subnet for the Availability Zone.Subnet.Builder.enableDns64(Boolean enableDns64) Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.Subnet.Builder.enableLniAtDeviceIndex(Integer enableLniAtDeviceIndex) Indicates the device position for local network interfaces in this subnet.Subnet.Builder.ipv6CidrBlockAssociationSet(Collection<SubnetIpv6CidrBlockAssociation> ipv6CidrBlockAssociationSet) Information about the IPv6 CIDR blocks associated with the subnet.Subnet.Builder.ipv6CidrBlockAssociationSet(Consumer<SubnetIpv6CidrBlockAssociation.Builder>... ipv6CidrBlockAssociationSet) Information about the IPv6 CIDR blocks associated with the subnet.Subnet.Builder.ipv6CidrBlockAssociationSet(SubnetIpv6CidrBlockAssociation... ipv6CidrBlockAssociationSet) Information about the IPv6 CIDR blocks associated with the subnet.Subnet.Builder.ipv6Native(Boolean ipv6Native) Indicates whether this is an IPv6 only subnet.Subnet.Builder.mapCustomerOwnedIpOnLaunch(Boolean mapCustomerOwnedIpOnLaunch) Indicates whether a network interface created in this subnet (including a network interface created by RunInstances) receives a customer-owned IPv4 address.Subnet.Builder.mapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch) Indicates whether instances launched in this subnet receive a public IPv4 address.Subnet.Builder.outpostArn(String outpostArn) The Amazon Resource Name (ARN) of the Outpost.The ID of the Amazon Web Services account that owns the subnet.default Subnet.BuilderSubnet.Builder.privateDnsNameOptionsOnLaunch(Consumer<PrivateDnsNameOptionsOnLaunch.Builder> privateDnsNameOptionsOnLaunch) The type of hostnames to assign to instances in the subnet at launch.Subnet.Builder.privateDnsNameOptionsOnLaunch(PrivateDnsNameOptionsOnLaunch privateDnsNameOptionsOnLaunch) The type of hostnames to assign to instances in the subnet at launch.The current state of the subnet.Subnet.Builder.state(SubnetState state) The current state of the subnet.The Amazon Resource Name (ARN) of the subnet.The ID of the subnet.Subnet.Builder.tags(Collection<Tag> tags) Any tags assigned to the subnet.Subnet.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the subnet.Any tags assigned to the subnet.Subnet.toBuilder()Indicates if this is a subnet used with Amazon Elastic VMware Service (EVS).The ID of the VPC the subnet is in.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Subnet.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Subnet.Builder>Subnet.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Subnet.BuilderModifier and TypeMethodDescriptionCreateDefaultSubnetResponse.Builder.subnet(Consumer<Subnet.Builder> subnet) Information about the subnet.default CreateSubnetResponse.BuilderCreateSubnetResponse.Builder.subnet(Consumer<Subnet.Builder> subnet) Information about the subnet.