@Generated(value="software.amazon.awssdk:codegen") public final class ResultConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResultConfiguration.Builder,ResultConfiguration>
The location in Amazon S3 where query results are stored and the encryption option, if any, used for query results.
Modifier and Type | Class and Description |
---|---|
static interface |
ResultConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
static ResultConfiguration.Builder |
builder() |
EncryptionConfiguration |
encryptionConfiguration()
If query results are encrypted in Amazon S3, indicates the encryption option used (for example,
SSE-KMS or CSE-KMS ) and key information. |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
outputLocation()
The location in Amazon S3 where your query results are stored, such as
s3://path/to/query/bucket/ . |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResultConfiguration.Builder> |
serializableBuilderClass() |
ResultConfiguration.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String outputLocation()
The location in Amazon S3 where your query results are stored, such as s3://path/to/query/bucket/
.
For more information, see Queries and Query
Result Files.
s3://path/to/query/bucket/
. For more information, see Queries and Query Result Files. public EncryptionConfiguration encryptionConfiguration()
If query results are encrypted in Amazon S3, indicates the encryption option used (for example,
SSE-KMS
or CSE-KMS
) and key information.
SSE-KMS
or CSE-KMS
) and key information.public ResultConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ResultConfiguration.Builder,ResultConfiguration>
public static ResultConfiguration.Builder builder()
public static Class<? extends ResultConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.