public static interface AthenaIntegration.Builder extends SdkPojo, CopyableBuilder<AthenaIntegration.Builder,AthenaIntegration>
Modifier and Type | Method and Description |
---|---|
AthenaIntegration.Builder |
integrationResultS3DestinationArn(String integrationResultS3DestinationArn)
The location in Amazon S3 to store the generated CloudFormation template.
|
AthenaIntegration.Builder |
partitionEndDate(Instant partitionEndDate)
The end date for the partition.
|
AthenaIntegration.Builder |
partitionLoadFrequency(PartitionLoadFrequency partitionLoadFrequency)
The schedule for adding new partitions to the table.
|
AthenaIntegration.Builder |
partitionLoadFrequency(String partitionLoadFrequency)
The schedule for adding new partitions to the table.
|
AthenaIntegration.Builder |
partitionStartDate(Instant partitionStartDate)
The start date for the partition.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AthenaIntegration.Builder integrationResultS3DestinationArn(String integrationResultS3DestinationArn)
The location in Amazon S3 to store the generated CloudFormation template.
integrationResultS3DestinationArn
- The location in Amazon S3 to store the generated CloudFormation template.AthenaIntegration.Builder partitionLoadFrequency(String partitionLoadFrequency)
The schedule for adding new partitions to the table.
partitionLoadFrequency
- The schedule for adding new partitions to the table.PartitionLoadFrequency
,
PartitionLoadFrequency
AthenaIntegration.Builder partitionLoadFrequency(PartitionLoadFrequency partitionLoadFrequency)
The schedule for adding new partitions to the table.
partitionLoadFrequency
- The schedule for adding new partitions to the table.PartitionLoadFrequency
,
PartitionLoadFrequency
AthenaIntegration.Builder partitionStartDate(Instant partitionStartDate)
The start date for the partition.
partitionStartDate
- The start date for the partition.AthenaIntegration.Builder partitionEndDate(Instant partitionEndDate)
The end date for the partition.
partitionEndDate
- The end date for the partition.Copyright © 2023. All rights reserved.