| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
Subnet.Builder |
Subnet.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 |
Subnet.Builder.availabilityZone(String availabilityZone)
The Availability Zone of the subnet.
|
Subnet.Builder |
Subnet.Builder.availabilityZoneId(String availabilityZoneId)
The AZ ID of the subnet.
|
Subnet.Builder |
Subnet.Builder.availableIpAddressCount(Integer availableIpAddressCount)
The number of unused private IPv4 addresses in the subnet.
|
static Subnet.Builder |
Subnet.builder() |
Subnet.Builder |
Subnet.Builder.cidrBlock(String cidrBlock)
The IPv4 CIDR block assigned to the subnet.
|
Subnet.Builder |
Subnet.Builder.customerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The customer-owned IPv4 address pool associated with the subnet.
|
Subnet.Builder |
Subnet.Builder.defaultForAz(Boolean defaultForAz)
Indicates whether this is the default subnet for the Availability Zone.
|
Subnet.Builder |
Subnet.Builder.ipv6CidrBlockAssociationSet(Collection<SubnetIpv6CidrBlockAssociation> ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with the subnet.
|
Subnet.Builder |
Subnet.Builder.ipv6CidrBlockAssociationSet(Consumer<SubnetIpv6CidrBlockAssociation.Builder>... ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with the subnet.
|
Subnet.Builder |
Subnet.Builder.ipv6CidrBlockAssociationSet(SubnetIpv6CidrBlockAssociation... ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with the subnet.
|
Subnet.Builder |
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 |
Subnet.Builder.mapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
Indicates whether instances launched in this subnet receive a public IPv4 address.
|
Subnet.Builder |
Subnet.Builder.outpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
|
Subnet.Builder |
Subnet.Builder.ownerId(String ownerId)
The ID of the AWS account that owns the subnet.
|
Subnet.Builder |
Subnet.Builder.state(String state)
The current state of the subnet.
|
Subnet.Builder |
Subnet.Builder.state(SubnetState state)
The current state of the subnet.
|
Subnet.Builder |
Subnet.Builder.subnetArn(String subnetArn)
The Amazon Resource Name (ARN) of the subnet.
|
Subnet.Builder |
Subnet.Builder.subnetId(String subnetId)
The ID of the subnet.
|
Subnet.Builder |
Subnet.Builder.tags(Collection<Tag> tags)
Any tags assigned to the subnet.
|
Subnet.Builder |
Subnet.Builder.tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the subnet.
|
Subnet.Builder |
Subnet.Builder.tags(Tag... tags)
Any tags assigned to the subnet.
|
Subnet.Builder |
Subnet.toBuilder() |
Subnet.Builder |
Subnet.Builder.vpcId(String vpcId)
The ID of the VPC the subnet is in.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Subnet.Builder> |
Subnet.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateSubnetResponse.Builder |
CreateSubnetResponse.Builder.subnet(Consumer<Subnet.Builder> subnet)
Information about the subnet.
|
default CreateDefaultSubnetResponse.Builder |
CreateDefaultSubnetResponse.Builder.subnet(Consumer<Subnet.Builder> subnet)
Information about the subnet.
|
Copyright © 2020. All rights reserved.