Uses of Class
software.amazon.awscdk.services.sagemaker.CfnProcessingJob.RedshiftDatasetDefinitionProperty.Builder
Packages that use CfnProcessingJob.RedshiftDatasetDefinitionProperty.Builder
-
Uses of CfnProcessingJob.RedshiftDatasetDefinitionProperty.Builder in software.amazon.awscdk.services.sagemaker
Methods in software.amazon.awscdk.services.sagemaker that return CfnProcessingJob.RedshiftDatasetDefinitionProperty.BuilderModifier and TypeMethodDescriptionCfnProcessingJob.RedshiftDatasetDefinitionProperty.builder()
Sets the value ofCfnProcessingJob.RedshiftDatasetDefinitionProperty.getClusterId()
CfnProcessingJob.RedshiftDatasetDefinitionProperty.Builder.clusterRoleArn
(String clusterRoleArn) Sets the value ofCfnProcessingJob.RedshiftDatasetDefinitionProperty.getClusterRoleArn()
Sets the value ofCfnProcessingJob.RedshiftDatasetDefinitionProperty.getDatabase()
Sets the value ofCfnProcessingJob.RedshiftDatasetDefinitionProperty.getDbUser()
Sets the value ofCfnProcessingJob.RedshiftDatasetDefinitionProperty.getKmsKeyId()
CfnProcessingJob.RedshiftDatasetDefinitionProperty.Builder.outputCompression
(String outputCompression) CfnProcessingJob.RedshiftDatasetDefinitionProperty.Builder.outputFormat
(String outputFormat) Sets the value ofCfnProcessingJob.RedshiftDatasetDefinitionProperty.getOutputFormat()
CfnProcessingJob.RedshiftDatasetDefinitionProperty.Builder.outputS3Uri
(String outputS3Uri) Sets the value ofCfnProcessingJob.RedshiftDatasetDefinitionProperty.getOutputS3Uri()
CfnProcessingJob.RedshiftDatasetDefinitionProperty.Builder.queryString
(String queryString) Sets the value ofCfnProcessingJob.RedshiftDatasetDefinitionProperty.getQueryString()
Constructors in software.amazon.awscdk.services.sagemaker with parameters of type CfnProcessingJob.RedshiftDatasetDefinitionProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnProcessingJob.RedshiftDatasetDefinitionProperty.Builder
.