public static interface ResultConfiguration.Builder extends CopyableBuilder<ResultConfiguration.Builder,ResultConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default ResultConfiguration.Builder |
encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
If query results are encrypted in S3, indicates the S3 encryption option used (for example,
SSE-KMS or CSE-KMS and key information. |
ResultConfiguration.Builder |
encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
If query results are encrypted in S3, indicates the S3 encryption option used (for example,
SSE-KMS or CSE-KMS and key information. |
ResultConfiguration.Builder |
outputLocation(String outputLocation)
The location in S3 where query results are stored.
|
copyapply, buildResultConfiguration.Builder outputLocation(String outputLocation)
The location in S3 where query results are stored.
outputLocation - The location in S3 where query results are stored.ResultConfiguration.Builder encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
If query results are encrypted in S3, indicates the S3 encryption option used (for example,
SSE-KMS or CSE-KMS and key information.
encryptionConfiguration - If query results are encrypted in S3, indicates the S3 encryption option used (for example,
SSE-KMS or CSE-KMS and key information.default ResultConfiguration.Builder encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
If query results are encrypted in S3, indicates the S3 encryption option used (for example,
SSE-KMS or CSE-KMS and key information.
EncryptionConfiguration.Builder avoiding the
need to create one manually via EncryptionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to encryptionConfiguration(EncryptionConfiguration).encryptionConfiguration - a consumer that will call methods on EncryptionConfiguration.BuilderencryptionConfiguration(EncryptionConfiguration)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.