Uses of Interface
software.amazon.awssdk.services.redshift.model.Subnet.Builder
-
Packages that use Subnet.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of Subnet.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return Subnet.Builder Modifier and Type Method Description static Subnet.BuilderSubnet. builder()default Subnet.BuilderSubnet.Builder. subnetAvailabilityZone(Consumer<AvailabilityZone.Builder> subnetAvailabilityZone)This is a convenience method that creates an instance of theAvailabilityZone.Builderavoiding the need to create one manually viaAvailabilityZone.builder().Subnet.BuilderSubnet.Builder. subnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)Subnet.BuilderSubnet.Builder. subnetIdentifier(String subnetIdentifier)The identifier of the subnet.Subnet.BuilderSubnet.Builder. subnetStatus(String subnetStatus)The status of the subnet.Subnet.BuilderSubnet. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type Subnet.Builder Modifier and Type Method Description static Class<? extends Subnet.Builder>Subnet. serializableBuilderClass()
-