@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsAthenaWorkGroupConfigurationDetails extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of the workgroup, which includes the location in Amazon Simple Storage Service (Amazon S3) where query results are stored, the encryption option, if any, used for query results, whether Amazon CloudWatch metrics are enabled for the workgroup, and the limit for the amount of bytes scanned (cutoff) per query, if it is specified.
Constructor and Description |
---|
AwsAthenaWorkGroupConfigurationDetails() |
Modifier and Type | Method and Description |
---|---|
AwsAthenaWorkGroupConfigurationDetails |
clone() |
boolean |
equals(Object obj) |
AwsAthenaWorkGroupConfigurationResultConfigurationDetails |
getResultConfiguration()
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used
for query and calculation results.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setResultConfiguration(AwsAthenaWorkGroupConfigurationResultConfigurationDetails resultConfiguration)
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used
for query and calculation results.
|
String |
toString()
Returns a string representation of this object.
|
AwsAthenaWorkGroupConfigurationDetails |
withResultConfiguration(AwsAthenaWorkGroupConfigurationResultConfigurationDetails resultConfiguration)
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used
for query and calculation results.
|
public AwsAthenaWorkGroupConfigurationDetails()
public void setResultConfiguration(AwsAthenaWorkGroupConfigurationResultConfigurationDetails resultConfiguration)
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query and calculation results. These are known as client-side settings. If workgroup settings override client-side settings, then the query uses the workgroup settings.
resultConfiguration
- The location in Amazon S3 where query and calculation results are stored and the encryption option, if
any, used for query and calculation results. These are known as client-side settings. If workgroup
settings override client-side settings, then the query uses the workgroup settings.public AwsAthenaWorkGroupConfigurationResultConfigurationDetails getResultConfiguration()
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query and calculation results. These are known as client-side settings. If workgroup settings override client-side settings, then the query uses the workgroup settings.
public AwsAthenaWorkGroupConfigurationDetails withResultConfiguration(AwsAthenaWorkGroupConfigurationResultConfigurationDetails resultConfiguration)
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query and calculation results. These are known as client-side settings. If workgroup settings override client-side settings, then the query uses the workgroup settings.
resultConfiguration
- The location in Amazon S3 where query and calculation results are stored and the encryption option, if
any, used for query and calculation results. These are known as client-side settings. If workgroup
settings override client-side settings, then the query uses the workgroup settings.public String toString()
toString
in class Object
Object.toString()
public AwsAthenaWorkGroupConfigurationDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.