| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static Subnet.Builder |
Subnet.builder() |
Subnet.Builder |
Subnet.Builder.subnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
Sets the value of the SubnetAvailabilityZone property for this object.
|
default Subnet.Builder |
Subnet.Builder.subnetAvailabilityZone(Consumer<AvailabilityZone.Builder> subnetAvailabilityZone)
Sets the value of the SubnetAvailabilityZone property for this object.
|
Subnet.Builder |
Subnet.Builder.subnetIdentifier(String subnetIdentifier)
The identifier of the subnet.
|
default Subnet.Builder |
Subnet.Builder.subnetOutpost(Consumer<Outpost.Builder> subnetOutpost)
If the subnet is associated with an Outpost, this value specifies the Outpost.
|
Subnet.Builder |
Subnet.Builder.subnetOutpost(Outpost subnetOutpost)
If the subnet is associated with an Outpost, this value specifies the Outpost.
|
Subnet.Builder |
Subnet.Builder.subnetStatus(String subnetStatus)
The status of the subnet.
|
Subnet.Builder |
Subnet.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Subnet.Builder> |
Subnet.serializableBuilderClass() |
Copyright © 2023. All rights reserved.