@Generated(value="software.amazon.awssdk:codegen") public final class ResultConfigurationUpdates extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResultConfigurationUpdates.Builder,ResultConfigurationUpdates>
The information about the updates in the query results, such as output location and encryption configuration for the query results.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResultConfigurationUpdates.Builder |
| Modifier and Type | Method and Description |
|---|---|
AclConfiguration |
aclConfiguration()
The ACL configuration for the query results.
|
static ResultConfigurationUpdates.Builder |
builder() |
EncryptionConfiguration |
encryptionConfiguration()
The encryption configuration for query and calculation results.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
expectedBucketOwner()
The Amazon Web Services account ID that you expect to be the owner of the Amazon S3 bucket specified by
ResultConfiguration$OutputLocation.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
outputLocation()
The location in Amazon S3 where your query and calculation results are stored, such as
s3://path/to/query/bucket/. |
Boolean |
removeAclConfiguration()
If set to
true, indicates that the previously-specified ACL configuration for queries in this
workgroup should be ignored and set to null. |
Boolean |
removeEncryptionConfiguration()
If set to "true", indicates that the previously-specified encryption configuration (also known as the client-side
setting) for queries in this workgroup should be ignored and set to null.
|
Boolean |
removeExpectedBucketOwner()
If set to "true", removes the Amazon Web Services account ID previously specified for
ResultConfiguration$ExpectedBucketOwner.
|
Boolean |
removeOutputLocation()
If set to "true", indicates that the previously-specified query results location (also known as a client-side
setting) for queries in this workgroup should be ignored and set to null.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResultConfigurationUpdates.Builder> |
serializableBuilderClass() |
ResultConfigurationUpdates.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String outputLocation()
The location in Amazon S3 where your query and calculation results are stored, such as
s3://path/to/query/bucket/. For more information, see Working with query results, recent queries, and
output files. If workgroup settings override client-side settings, then the query uses the location for the
query results and the encryption configuration that are specified for the workgroup. The
"workgroup settings override" is specified in EnforceWorkGroupConfiguration (true/false) in the
WorkGroupConfiguration. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.
s3://path/to/query/bucket/. For more information, see Working with query results, recent
queries, and output files. If workgroup settings override client-side settings, then the query uses
the location for the query results and the encryption configuration that are specified for the workgroup.
The "workgroup settings override" is specified in EnforceWorkGroupConfiguration (true/false)
in the WorkGroupConfiguration. See
WorkGroupConfiguration$EnforceWorkGroupConfiguration.public final Boolean removeOutputLocation()
If set to "true", indicates that the previously-specified query results location (also known as a client-side
setting) for queries in this workgroup should be ignored and set to null. If set to "false" or not set, and a
value is present in the OutputLocation in ResultConfigurationUpdates (the client-side
setting), the OutputLocation in the workgroup's ResultConfiguration will be updated
with the new value. For more information, see Workgroup Settings Override
Client-Side Settings.
OutputLocation in
ResultConfigurationUpdates (the client-side setting), the OutputLocation in the
workgroup's ResultConfiguration will be updated with the new value. For more information,
see Workgroup
Settings Override Client-Side Settings.public final EncryptionConfiguration encryptionConfiguration()
The encryption configuration for query and calculation results.
public final Boolean removeEncryptionConfiguration()
If set to "true", indicates that the previously-specified encryption configuration (also known as the client-side
setting) for queries in this workgroup should be ignored and set to null. If set to "false" or not set, and a
value is present in the EncryptionConfiguration in ResultConfigurationUpdates (the
client-side setting), the EncryptionConfiguration in the workgroup's
ResultConfiguration will be updated with the new value. For more information, see Workgroup Settings Override
Client-Side Settings.
EncryptionConfiguration in
ResultConfigurationUpdates (the client-side setting), the
EncryptionConfiguration in the workgroup's ResultConfiguration will be updated
with the new value. For more information, see Workgroup Settings
Override Client-Side Settings.public final String expectedBucketOwner()
The Amazon Web Services account ID that you expect to be the owner of the Amazon S3 bucket specified by
ResultConfiguration$OutputLocation. If set, Athena uses the value for ExpectedBucketOwner
when it makes Amazon S3 calls to your specified output location. If the ExpectedBucketOwner Amazon
Web Services account ID does not match the actual owner of the Amazon S3 bucket, the call fails with a
permissions error.
If workgroup settings override client-side settings, then the query uses the ExpectedBucketOwner
setting that is specified for the workgroup, and also uses the location for storing query results specified in
the workgroup. See WorkGroupConfiguration$EnforceWorkGroupConfiguration and Workgroup Settings Override
Client-Side Settings.
ExpectedBucketOwner when it makes Amazon S3 calls to your specified output location. If the
ExpectedBucketOwner Amazon Web Services account ID does not match the actual owner of the
Amazon S3 bucket, the call fails with a permissions error.
If workgroup settings override client-side settings, then the query uses the
ExpectedBucketOwner setting that is specified for the workgroup, and also uses the location
for storing query results specified in the workgroup. See
WorkGroupConfiguration$EnforceWorkGroupConfiguration and Workgroup Settings
Override Client-Side Settings.
public final Boolean removeExpectedBucketOwner()
If set to "true", removes the Amazon Web Services account ID previously specified for
ResultConfiguration$ExpectedBucketOwner. If set to "false" or not set, and a value is present in the
ExpectedBucketOwner in ResultConfigurationUpdates (the client-side setting), the
ExpectedBucketOwner in the workgroup's ResultConfiguration is updated with the new
value. For more information, see Workgroup Settings Override
Client-Side Settings.
ExpectedBucketOwner in ResultConfigurationUpdates (the client-side
setting), the ExpectedBucketOwner in the workgroup's ResultConfiguration is
updated with the new value. For more information, see Workgroup Settings
Override Client-Side Settings.public final AclConfiguration aclConfiguration()
The ACL configuration for the query results.
public final Boolean removeAclConfiguration()
If set to true, indicates that the previously-specified ACL configuration for queries in this
workgroup should be ignored and set to null. If set to false or not set, and a value is present in
the AclConfiguration of ResultConfigurationUpdates, the AclConfiguration
in the workgroup's ResultConfiguration is updated with the new value. For more information, see Workgroup Settings Override
Client-Side Settings.
true, indicates that the previously-specified ACL configuration for queries in
this workgroup should be ignored and set to null. If set to false or not set, and a value is
present in the AclConfiguration of ResultConfigurationUpdates, the
AclConfiguration in the workgroup's ResultConfiguration is updated with the new
value. For more information, see Workgroup Settings
Override Client-Side Settings.public ResultConfigurationUpdates.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResultConfigurationUpdates.Builder,ResultConfigurationUpdates>public static ResultConfigurationUpdates.Builder builder()
public static Class<? extends ResultConfigurationUpdates.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.