Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AthenaIntegration |
AthenaIntegration.clone() |
AthenaIntegration |
AthenaIntegration.withIntegrationResultS3DestinationArn(String integrationResultS3DestinationArn)
The location in Amazon S3 to store the generated CloudFormation template.
|
AthenaIntegration |
AthenaIntegration.withPartitionEndDate(Date partitionEndDate)
The end date for the partition.
|
AthenaIntegration |
AthenaIntegration.withPartitionLoadFrequency(PartitionLoadFrequency partitionLoadFrequency)
The schedule for adding new partitions to the table.
|
AthenaIntegration |
AthenaIntegration.withPartitionLoadFrequency(String partitionLoadFrequency)
The schedule for adding new partitions to the table.
|
AthenaIntegration |
AthenaIntegration.withPartitionStartDate(Date partitionStartDate)
The start date for the partition.
|
Modifier and Type | Method and Description |
---|---|
List<AthenaIntegration> |
IntegrateServices.getAthenaIntegrations()
Information about the integration with Amazon Athena.
|
Modifier and Type | Method and Description |
---|---|
IntegrateServices |
IntegrateServices.withAthenaIntegrations(AthenaIntegration... athenaIntegrations)
Information about the integration with Amazon Athena.
|
Modifier and Type | Method and Description |
---|---|
void |
IntegrateServices.setAthenaIntegrations(Collection<AthenaIntegration> athenaIntegrations)
Information about the integration with Amazon Athena.
|
IntegrateServices |
IntegrateServices.withAthenaIntegrations(Collection<AthenaIntegration> athenaIntegrations)
Information about the integration with Amazon Athena.
|
Copyright © 2023. All rights reserved.