public static interface AthenaDatasetDefinition.Builder extends SdkPojo, CopyableBuilder<AthenaDatasetDefinition.Builder,AthenaDatasetDefinition>
Modifier and Type | Method and Description |
---|---|
AthenaDatasetDefinition.Builder |
catalog(String catalog)
Sets the value of the Catalog property for this object.
|
AthenaDatasetDefinition.Builder |
database(String database)
Sets the value of the Database property for this object.
|
AthenaDatasetDefinition.Builder |
kmsKeyId(String kmsKeyId)
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to
encrypt data generated from an Athena query execution.
|
AthenaDatasetDefinition.Builder |
outputCompression(AthenaResultCompressionType outputCompression)
Sets the value of the OutputCompression property for this object.
|
AthenaDatasetDefinition.Builder |
outputCompression(String outputCompression)
Sets the value of the OutputCompression property for this object.
|
AthenaDatasetDefinition.Builder |
outputFormat(AthenaResultFormat outputFormat)
Sets the value of the OutputFormat property for this object.
|
AthenaDatasetDefinition.Builder |
outputFormat(String outputFormat)
Sets the value of the OutputFormat property for this object.
|
AthenaDatasetDefinition.Builder |
outputS3Uri(String outputS3Uri)
The location in Amazon S3 where Athena query results are stored.
|
AthenaDatasetDefinition.Builder |
queryString(String queryString)
Sets the value of the QueryString property for this object.
|
AthenaDatasetDefinition.Builder |
workGroup(String workGroup)
Sets the value of the WorkGroup property for this object.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AthenaDatasetDefinition.Builder catalog(String catalog)
catalog
- The new value for the Catalog property for this object.AthenaDatasetDefinition.Builder database(String database)
database
- The new value for the Database property for this object.AthenaDatasetDefinition.Builder queryString(String queryString)
queryString
- The new value for the QueryString property for this object.AthenaDatasetDefinition.Builder workGroup(String workGroup)
workGroup
- The new value for the WorkGroup property for this object.AthenaDatasetDefinition.Builder outputS3Uri(String outputS3Uri)
The location in Amazon S3 where Athena query results are stored.
outputS3Uri
- The location in Amazon S3 where Athena query results are stored.AthenaDatasetDefinition.Builder kmsKeyId(String kmsKeyId)
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data generated from an Athena query execution.
kmsKeyId
- The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker
uses to encrypt data generated from an Athena query execution.AthenaDatasetDefinition.Builder outputFormat(String outputFormat)
outputFormat
- The new value for the OutputFormat property for this object.AthenaResultFormat
,
AthenaResultFormat
AthenaDatasetDefinition.Builder outputFormat(AthenaResultFormat outputFormat)
outputFormat
- The new value for the OutputFormat property for this object.AthenaResultFormat
,
AthenaResultFormat
AthenaDatasetDefinition.Builder outputCompression(String outputCompression)
outputCompression
- The new value for the OutputCompression property for this object.AthenaResultCompressionType
,
AthenaResultCompressionType
AthenaDatasetDefinition.Builder outputCompression(AthenaResultCompressionType outputCompression)
outputCompression
- The new value for the OutputCompression property for this object.AthenaResultCompressionType
,
AthenaResultCompressionType
Copyright © 2023. All rights reserved.