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