StructuredPojo, ToCopyableBuilder<ResultConfiguration.Builder,ResultConfiguration>@Generated("software.amazon.awssdk:codegen") public class ResultConfiguration extends Object implements StructuredPojo, 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 | Description |
|---|---|---|
static interface |
ResultConfiguration.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ResultConfiguration.Builder |
builder() |
|
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. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
outputLocation() |
The location in S3 where query results are stored.
|
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() |
public String outputLocation()
The location in S3 where query results are stored.
public 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.
SSE-KMS or CSE-KMS and key information.public ResultConfiguration.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ResultConfiguration.Builder,ResultConfiguration>public static ResultConfiguration.Builder builder()
public static Class<? extends ResultConfiguration.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.