public static interface RedshiftDatasetDefinition.Builder extends SdkPojo, CopyableBuilder<RedshiftDatasetDefinition.Builder,RedshiftDatasetDefinition>
| Modifier and Type | Method and Description |
|---|---|
RedshiftDatasetDefinition.Builder |
clusterId(String clusterId)
Sets the value of the ClusterId property for this object.
|
RedshiftDatasetDefinition.Builder |
clusterRoleArn(String clusterRoleArn)
The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.
|
RedshiftDatasetDefinition.Builder |
database(String database)
Sets the value of the Database property for this object.
|
RedshiftDatasetDefinition.Builder |
dbUser(String dbUser)
Sets the value of the DbUser property for this object.
|
RedshiftDatasetDefinition.Builder |
kmsKeyId(String kmsKeyId)
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data from a Redshift
execution.
|
RedshiftDatasetDefinition.Builder |
outputCompression(RedshiftResultCompressionType outputCompression)
Sets the value of the OutputCompression property for this object.
|
RedshiftDatasetDefinition.Builder |
outputCompression(String outputCompression)
Sets the value of the OutputCompression property for this object.
|
RedshiftDatasetDefinition.Builder |
outputFormat(RedshiftResultFormat outputFormat)
Sets the value of the OutputFormat property for this object.
|
RedshiftDatasetDefinition.Builder |
outputFormat(String outputFormat)
Sets the value of the OutputFormat property for this object.
|
RedshiftDatasetDefinition.Builder |
outputS3Uri(String outputS3Uri)
The location in Amazon S3 where the Redshift query results are stored.
|
RedshiftDatasetDefinition.Builder |
queryString(String queryString)
Sets the value of the QueryString property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRedshiftDatasetDefinition.Builder clusterId(String clusterId)
clusterId - The new value for the ClusterId property for this object.RedshiftDatasetDefinition.Builder database(String database)
database - The new value for the Database property for this object.RedshiftDatasetDefinition.Builder dbUser(String dbUser)
dbUser - The new value for the DbUser property for this object.RedshiftDatasetDefinition.Builder queryString(String queryString)
queryString - The new value for the QueryString property for this object.RedshiftDatasetDefinition.Builder clusterRoleArn(String clusterRoleArn)
The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.
clusterRoleArn - The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.RedshiftDatasetDefinition.Builder outputS3Uri(String outputS3Uri)
The location in Amazon S3 where the Redshift query results are stored.
outputS3Uri - The location in Amazon S3 where the Redshift query results are stored.RedshiftDatasetDefinition.Builder kmsKeyId(String kmsKeyId)
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.
kmsKeyId - The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data from a
Redshift execution.RedshiftDatasetDefinition.Builder outputFormat(String outputFormat)
outputFormat - The new value for the OutputFormat property for this object.RedshiftResultFormat,
RedshiftResultFormatRedshiftDatasetDefinition.Builder outputFormat(RedshiftResultFormat outputFormat)
outputFormat - The new value for the OutputFormat property for this object.RedshiftResultFormat,
RedshiftResultFormatRedshiftDatasetDefinition.Builder outputCompression(String outputCompression)
outputCompression - The new value for the OutputCompression property for this object.RedshiftResultCompressionType,
RedshiftResultCompressionTypeRedshiftDatasetDefinition.Builder outputCompression(RedshiftResultCompressionType outputCompression)
outputCompression - The new value for the OutputCompression property for this object.RedshiftResultCompressionType,
RedshiftResultCompressionTypeCopyright © 2021. All rights reserved.