Uses of Interface
software.amazon.awssdk.services.athena.model.ResultConfiguration.Builder
-
Packages that use ResultConfiguration.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ResultConfiguration.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ResultConfiguration.Builder Modifier and Type Method Description default ResultConfiguration.Builder
ResultConfiguration.Builder. aclConfiguration(Consumer<AclConfiguration.Builder> aclConfiguration)
Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results.ResultConfiguration.Builder
ResultConfiguration.Builder. aclConfiguration(AclConfiguration aclConfiguration)
Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results.static ResultConfiguration.Builder
ResultConfiguration. builder()
default ResultConfiguration.Builder
ResultConfiguration.Builder. encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
If query and calculation results are encrypted in Amazon S3, indicates the encryption option used (for example,SSE_KMS
orCSE_KMS
) and key information.ResultConfiguration.Builder
ResultConfiguration.Builder. encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
If query and calculation results are encrypted in Amazon S3, indicates the encryption option used (for example,SSE_KMS
orCSE_KMS
) and key information.ResultConfiguration.Builder
ResultConfiguration.Builder. expectedBucketOwner(String expectedBucketOwner)
The Amazon Web Services account ID that you expect to be the owner of the Amazon S3 bucket specified by ResultConfiguration$OutputLocation.ResultConfiguration.Builder
ResultConfiguration.Builder. outputLocation(String outputLocation)
The location in Amazon S3 where your query and calculation results are stored, such ass3://path/to/query/bucket/
.ResultConfiguration.Builder
ResultConfiguration. toBuilder()
Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type ResultConfiguration.Builder Modifier and Type Method Description static Class<? extends ResultConfiguration.Builder>
ResultConfiguration. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type ResultConfiguration.Builder Modifier and Type Method Description default QueryExecution.Builder
QueryExecution.Builder. resultConfiguration(Consumer<ResultConfiguration.Builder> resultConfiguration)
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query results.default StartQueryExecutionRequest.Builder
StartQueryExecutionRequest.Builder. resultConfiguration(Consumer<ResultConfiguration.Builder> resultConfiguration)
Specifies information about where and how to save the results of the query execution.default WorkGroupConfiguration.Builder
WorkGroupConfiguration.Builder. resultConfiguration(Consumer<ResultConfiguration.Builder> resultConfiguration)
The configuration for the workgroup, which includes the location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query and calculation results.
-