Uses of Interface
software.amazon.awssdk.services.redshift.model.AvailabilityZone.Builder
-
Packages that use AvailabilityZone.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of AvailabilityZone.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return AvailabilityZone.Builder Modifier and Type Method Description static AvailabilityZone.BuilderAvailabilityZone. builder()AvailabilityZone.BuilderAvailabilityZone.Builder. name(String name)The name of the availability zone.AvailabilityZone.BuilderAvailabilityZone.Builder. supportedPlatforms(Collection<SupportedPlatform> supportedPlatforms)AvailabilityZone.BuilderAvailabilityZone.Builder. supportedPlatforms(Consumer<SupportedPlatform.Builder>... supportedPlatforms)This is a convenience method that creates an instance of theSupportedPlatform.Builderavoiding the need to create one manually viaSupportedPlatform.builder().AvailabilityZone.BuilderAvailabilityZone.Builder. supportedPlatforms(SupportedPlatform... supportedPlatforms)AvailabilityZone.BuilderAvailabilityZone. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type AvailabilityZone.Builder Modifier and Type Method Description static Class<? extends AvailabilityZone.Builder>AvailabilityZone. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type AvailabilityZone.Builder Modifier and Type Method Description 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().
-