Uses of Interface
software.amazon.awssdk.services.docdb.model.Subnet.Builder
-
Packages that use Subnet.Builder Package Description software.amazon.awssdk.services.docdb.model -
-
Uses of Subnet.Builder in software.amazon.awssdk.services.docdb.model
Methods in software.amazon.awssdk.services.docdb.model that return Subnet.Builder Modifier and Type Method Description static Subnet.BuilderSubnet. builder()default Subnet.BuilderSubnet.Builder. subnetAvailabilityZone(Consumer<AvailabilityZone.Builder> subnetAvailabilityZone)Specifies the Availability Zone for the subnet.Subnet.BuilderSubnet.Builder. subnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)Specifies the Availability Zone for the subnet.Subnet.BuilderSubnet.Builder. subnetIdentifier(String subnetIdentifier)Specifies the identifier of the subnet.Subnet.BuilderSubnet.Builder. subnetStatus(String subnetStatus)Specifies the status of the subnet.Subnet.BuilderSubnet. toBuilder()Methods in software.amazon.awssdk.services.docdb.model that return types with arguments of type Subnet.Builder Modifier and Type Method Description static Class<? extends Subnet.Builder>Subnet. serializableBuilderClass()
-