Uses of Interface
software.amazon.awssdk.services.datazone.model.RedshiftStorage.Builder
-
Packages that use RedshiftStorage.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of RedshiftStorage.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return RedshiftStorage.Builder Modifier and Type Method Description static RedshiftStorage.BuilderRedshiftStorage. builder()default RedshiftStorage.BuilderRedshiftStorage.Builder. redshiftClusterSource(Consumer<RedshiftClusterStorage.Builder> redshiftClusterSource)The details of the Amazon Redshift cluster source.RedshiftStorage.BuilderRedshiftStorage.Builder. redshiftClusterSource(RedshiftClusterStorage redshiftClusterSource)The details of the Amazon Redshift cluster source.default RedshiftStorage.BuilderRedshiftStorage.Builder. redshiftServerlessSource(Consumer<RedshiftServerlessStorage.Builder> redshiftServerlessSource)The details of the Amazon Redshift Serverless workgroup source.RedshiftStorage.BuilderRedshiftStorage.Builder. redshiftServerlessSource(RedshiftServerlessStorage redshiftServerlessSource)The details of the Amazon Redshift Serverless workgroup source.RedshiftStorage.BuilderRedshiftStorage. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type RedshiftStorage.Builder Modifier and Type Method Description static Class<? extends RedshiftStorage.Builder>RedshiftStorage. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type RedshiftStorage.Builder Modifier and Type Method Description default RedshiftRunConfigurationInput.BuilderRedshiftRunConfigurationInput.Builder. redshiftStorage(Consumer<RedshiftStorage.Builder> redshiftStorage)Sets the value of the RedshiftStorage property for this object.default RedshiftRunConfigurationOutput.BuilderRedshiftRunConfigurationOutput.Builder. redshiftStorage(Consumer<RedshiftStorage.Builder> redshiftStorage)Sets the value of the RedshiftStorage property for this object.
-