| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static AthenaDatasetDefinition.Builder |
AthenaDatasetDefinition.builder() |
AthenaDatasetDefinition.Builder |
AthenaDatasetDefinition.Builder.catalog(String catalog)
Sets the value of the Catalog property for this object.
|
AthenaDatasetDefinition.Builder |
AthenaDatasetDefinition.Builder.database(String database)
Sets the value of the Database property for this object.
|
AthenaDatasetDefinition.Builder |
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 |
AthenaDatasetDefinition.Builder.outputCompression(AthenaResultCompressionType outputCompression)
Sets the value of the OutputCompression property for this object.
|
AthenaDatasetDefinition.Builder |
AthenaDatasetDefinition.Builder.outputCompression(String outputCompression)
Sets the value of the OutputCompression property for this object.
|
AthenaDatasetDefinition.Builder |
AthenaDatasetDefinition.Builder.outputFormat(AthenaResultFormat outputFormat)
Sets the value of the OutputFormat property for this object.
|
AthenaDatasetDefinition.Builder |
AthenaDatasetDefinition.Builder.outputFormat(String outputFormat)
Sets the value of the OutputFormat property for this object.
|
AthenaDatasetDefinition.Builder |
AthenaDatasetDefinition.Builder.outputS3Uri(String outputS3Uri)
The location in Amazon S3 where Athena query results are stored.
|
AthenaDatasetDefinition.Builder |
AthenaDatasetDefinition.Builder.queryString(String queryString)
Sets the value of the QueryString property for this object.
|
AthenaDatasetDefinition.Builder |
AthenaDatasetDefinition.toBuilder() |
AthenaDatasetDefinition.Builder |
AthenaDatasetDefinition.Builder.workGroup(String workGroup)
Sets the value of the WorkGroup property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AthenaDatasetDefinition.Builder> |
AthenaDatasetDefinition.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DatasetDefinition.Builder |
DatasetDefinition.Builder.athenaDatasetDefinition(Consumer<AthenaDatasetDefinition.Builder> athenaDatasetDefinition)
Sets the value of the AthenaDatasetDefinition property for this object.
|
Copyright © 2022. All rights reserved.