Uses of Interface
software.amazon.awssdk.services.datazone.model.RedshiftStorageProperties.Builder
-
Packages that use RedshiftStorageProperties.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of RedshiftStorageProperties.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return RedshiftStorageProperties.Builder Modifier and Type Method Description static RedshiftStorageProperties.BuilderRedshiftStorageProperties. builder()RedshiftStorageProperties.BuilderRedshiftStorageProperties.Builder. clusterName(String clusterName)The cluster name in the Amazon Redshift storage properties.RedshiftStorageProperties.BuilderRedshiftStorageProperties. toBuilder()RedshiftStorageProperties.BuilderRedshiftStorageProperties.Builder. workgroupName(String workgroupName)The workgroup name in the Amazon Redshift storage properties.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type RedshiftStorageProperties.Builder Modifier and Type Method Description static Class<? extends RedshiftStorageProperties.Builder>RedshiftStorageProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type RedshiftStorageProperties.Builder Modifier and Type Method Description default RedshiftPropertiesInput.BuilderRedshiftPropertiesInput.Builder. storage(Consumer<RedshiftStorageProperties.Builder> storage)The Amazon Redshift storage.default RedshiftPropertiesOutput.BuilderRedshiftPropertiesOutput.Builder. storage(Consumer<RedshiftStorageProperties.Builder> storage)The storage in the Amazon Redshift properties.default RedshiftPropertiesPatch.BuilderRedshiftPropertiesPatch.Builder. storage(Consumer<RedshiftStorageProperties.Builder> storage)The storage in the Amazon Redshift properties patch.
-