Uses of Interface
software.amazon.awssdk.services.datazone.model.RedshiftClusterStorage.Builder
-
Packages that use RedshiftClusterStorage.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of RedshiftClusterStorage.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return RedshiftClusterStorage.Builder Modifier and Type Method Description static RedshiftClusterStorage.BuilderRedshiftClusterStorage. builder()RedshiftClusterStorage.BuilderRedshiftClusterStorage.Builder. clusterName(String clusterName)The name of an Amazon Redshift cluster.RedshiftClusterStorage.BuilderRedshiftClusterStorage. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type RedshiftClusterStorage.Builder Modifier and Type Method Description static Class<? extends RedshiftClusterStorage.Builder>RedshiftClusterStorage. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type RedshiftClusterStorage.Builder Modifier and Type Method Description static RedshiftStorageRedshiftStorage. fromRedshiftClusterSource(Consumer<RedshiftClusterStorage.Builder> redshiftClusterSource)Create an instance of this class withRedshiftStorage.redshiftClusterSource()initialized to the given value.default RedshiftStorage.BuilderRedshiftStorage.Builder. redshiftClusterSource(Consumer<RedshiftClusterStorage.Builder> redshiftClusterSource)The details of the Amazon Redshift cluster source.
-