@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResultConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The location in Amazon S3 where query results are stored and the encryption option, if any, used for query results.
| Constructor and Description |
|---|
ResultConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ResultConfiguration |
clone() |
boolean |
equals(Object obj) |
EncryptionConfiguration |
getEncryptionConfiguration()
If query results are encrypted in Amazon S3, indicates the encryption option used (for example,
SSE-KMS or CSE-KMS) and key information. |
String |
getOutputLocation()
The location in Amazon S3 where your query results are stored, such as
s3://path/to/query/bucket/. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEncryptionConfiguration(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. |
void |
setOutputLocation(String outputLocation)
The location in Amazon S3 where your query results are stored, such as
s3://path/to/query/bucket/. |
String |
toString()
Returns a string representation of this object.
|
ResultConfiguration |
withEncryptionConfiguration(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. |
ResultConfiguration |
withOutputLocation(String outputLocation)
The location in Amazon S3 where your query results are stored, such as
s3://path/to/query/bucket/. |
public void setOutputLocation(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.
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. public String getOutputLocation()
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 ResultConfiguration withOutputLocation(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.
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. public void setEncryptionConfiguration(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.
encryptionConfiguration - If query results are encrypted in Amazon S3, indicates the encryption option used (for example,
SSE-KMS or CSE-KMS) and key information.public EncryptionConfiguration getEncryptionConfiguration()
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 withEncryptionConfiguration(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.
encryptionConfiguration - If query results are encrypted in Amazon S3, indicates the encryption option used (for example,
SSE-KMS or CSE-KMS) and key information.public String toString()
toString in class ObjectObject.toString()public ResultConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.