CopyableBuilder<ResultConfiguration.Builder,ResultConfiguration>
, SdkBuilder<ResultConfiguration.Builder,ResultConfiguration>
public static interface ResultConfiguration.Builder extends CopyableBuilder<ResultConfiguration.Builder,ResultConfiguration>
Modifier and Type | Method | Description |
---|---|---|
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.
|
copy
apply, build
ResultConfiguration.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.