@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResultConfigurationUpdates extends Object implements Serializable, Cloneable, StructuredPojo
The information about the updates in the query results, such as output location and encryption configuration for the query results.
Constructor and Description |
---|
ResultConfigurationUpdates() |
Modifier and Type | Method and Description |
---|---|
ResultConfigurationUpdates |
clone() |
boolean |
equals(Object obj) |
EncryptionConfiguration |
getEncryptionConfiguration()
The encryption configuration for the query results.
|
String |
getOutputLocation()
The location in Amazon S3 where your query results are stored, such as
s3://path/to/query/bucket/ . |
Boolean |
getRemoveEncryptionConfiguration()
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 |
getRemoveOutputLocation()
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.
|
int |
hashCode() |
Boolean |
isRemoveEncryptionConfiguration()
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 |
isRemoveOutputLocation()
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.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration for the query results.
|
void |
setOutputLocation(String outputLocation)
The location in Amazon S3 where your query results are stored, such as
s3://path/to/query/bucket/ . |
void |
setRemoveEncryptionConfiguration(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.
|
void |
setRemoveOutputLocation(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.
|
String |
toString()
Returns a string representation of this object.
|
ResultConfigurationUpdates |
withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration for the query results.
|
ResultConfigurationUpdates |
withOutputLocation(String outputLocation)
The location in Amazon S3 where your query results are stored, such as
s3://path/to/query/bucket/ . |
ResultConfigurationUpdates |
withRemoveEncryptionConfiguration(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.
|
ResultConfigurationUpdates |
withRemoveOutputLocation(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.
|
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 Query Results
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.
outputLocation
- The location in Amazon S3 where your query results are stored, such as
s3://path/to/query/bucket/
. For more information, see Query Results 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 String getOutputLocation()
The location in Amazon S3 where your query results are stored, such as s3://path/to/query/bucket/
.
For more information, see Query Results
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 Query Results 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 ResultConfigurationUpdates 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 Query Results
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.
outputLocation
- The location in Amazon S3 where your query results are stored, such as
s3://path/to/query/bucket/
. For more information, see Query Results 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 void setRemoveOutputLocation(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.
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.public Boolean getRemoveOutputLocation()
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.
public ResultConfigurationUpdates withRemoveOutputLocation(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.
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.public Boolean isRemoveOutputLocation()
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.
public void setEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration for the query results.
encryptionConfiguration
- The encryption configuration for the query results.public EncryptionConfiguration getEncryptionConfiguration()
The encryption configuration for the query results.
public ResultConfigurationUpdates withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration for the query results.
encryptionConfiguration
- The encryption configuration for the query results.public void setRemoveEncryptionConfiguration(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.
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.public Boolean getRemoveEncryptionConfiguration()
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.
public ResultConfigurationUpdates withRemoveEncryptionConfiguration(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.
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.public Boolean isRemoveEncryptionConfiguration()
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.
public String toString()
toString
in class Object
Object.toString()
public ResultConfigurationUpdates clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.