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, sdkFieldscopyapplyMutation, buildAthenaIntegration.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,
PartitionLoadFrequencyAthenaIntegration.Builder partitionLoadFrequency(PartitionLoadFrequency partitionLoadFrequency)
The schedule for adding new partitions to the table.
partitionLoadFrequency - The schedule for adding new partitions to the table.PartitionLoadFrequency,
PartitionLoadFrequencyAthenaIntegration.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 © 2022. All rights reserved.