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.BuilderResultConfiguration.Builder. aclConfiguration(Consumer<AclConfiguration.Builder> aclConfiguration)Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results.ResultConfiguration.BuilderResultConfiguration.Builder. aclConfiguration(AclConfiguration aclConfiguration)Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results.static ResultConfiguration.BuilderResultConfiguration. builder()default ResultConfiguration.BuilderResultConfiguration.Builder. encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)If query and calculation results are encrypted in Amazon S3, indicates the encryption option used (for example,SSE_KMSorCSE_KMS) and key information.ResultConfiguration.BuilderResultConfiguration.Builder. encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)If query and calculation results are encrypted in Amazon S3, indicates the encryption option used (for example,SSE_KMSorCSE_KMS) and key information.ResultConfiguration.BuilderResultConfiguration.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.BuilderResultConfiguration.Builder. outputLocation(String outputLocation)The location in Amazon S3 where your query and calculation results are stored, such ass3://path/to/query/bucket/.ResultConfiguration.BuilderResultConfiguration. 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.BuilderQueryExecution.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.BuilderStartQueryExecutionRequest.Builder. resultConfiguration(Consumer<ResultConfiguration.Builder> resultConfiguration)Specifies information about where and how to save the results of the query execution.default WorkGroupConfiguration.BuilderWorkGroupConfiguration.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.
-