static Subnet.Builder |
Subnet.builder() |
|
default Subnet.Builder |
Subnet.Builder.subnetAvailabilityZone(Consumer<AvailabilityZone.Builder> subnetAvailabilityZone) |
The Availability Zone associated with the subnet.
|
Subnet.Builder |
Subnet.Builder.subnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone) |
The Availability Zone associated with the subnet.
|
Subnet.Builder |
Subnet.Builder.subnetIdentifier(String subnetIdentifier) |
The unique identifier for the subnet.
|
default Subnet.Builder |
Subnet.Builder.subnetOutpost(Consumer<SubnetOutpost.Builder> subnetOutpost) |
The outpost ARN of the subnet.
|
Subnet.Builder |
Subnet.Builder.subnetOutpost(SubnetOutpost subnetOutpost) |
The outpost ARN of the subnet.
|
Subnet.Builder |
Subnet.Builder.supportedNetworkTypes(Collection<NetworkType> supportedNetworkTypes) |
Either ipv4 | ipv6 | dual_stack.
|
Subnet.Builder |
Subnet.Builder.supportedNetworkTypes(NetworkType... supportedNetworkTypes) |
Either ipv4 | ipv6 | dual_stack.
|
Subnet.Builder |
Subnet.Builder.supportedNetworkTypesWithStrings(String... supportedNetworkTypes) |
Either ipv4 | ipv6 | dual_stack.
|
Subnet.Builder |
Subnet.Builder.supportedNetworkTypesWithStrings(Collection<String> supportedNetworkTypes) |
Either ipv4 | ipv6 | dual_stack.
|
Subnet.Builder |
Subnet.toBuilder() |
|