Uses of Interface
software.amazon.awssdk.services.rds.model.Subnet.Builder
-
Packages that use Subnet.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of Subnet.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return Subnet.Builder Modifier and Type Method Description static Subnet.BuilderSubnet. builder()default Subnet.BuilderSubnet.Builder. subnetAvailabilityZone(Consumer<AvailabilityZone.Builder> subnetAvailabilityZone)Sets the value of the SubnetAvailabilityZone property for this object.Subnet.BuilderSubnet.Builder. subnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)Sets the value of the SubnetAvailabilityZone property for this object.Subnet.BuilderSubnet.Builder. subnetIdentifier(String subnetIdentifier)The identifier of the subnet.default Subnet.BuilderSubnet.Builder. subnetOutpost(Consumer<Outpost.Builder> subnetOutpost)If the subnet is associated with an Outpost, this value specifies the Outpost.Subnet.BuilderSubnet.Builder. subnetOutpost(Outpost subnetOutpost)If the subnet is associated with an Outpost, this value specifies the Outpost.Subnet.BuilderSubnet.Builder. subnetStatus(String subnetStatus)The status of the subnet.Subnet.BuilderSubnet. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type Subnet.Builder Modifier and Type Method Description static Class<? extends Subnet.Builder>Subnet. serializableBuilderClass()
-