@Generated(value="software.amazon.awssdk:codegen") public final class AwsAthenaWorkGroupConfigurationDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsAthenaWorkGroupConfigurationDetails.Builder,AwsAthenaWorkGroupConfigurationDetails>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsAthenaWorkGroupConfigurationDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsAthenaWorkGroupConfigurationDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsAthenaWorkGroupConfigurationDetails.Builder> |
serializableBuilderClass() |
AwsAthenaWorkGroupConfigurationDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public AwsAthenaWorkGroupConfigurationDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsAthenaWorkGroupConfigurationDetails.Builder,AwsAthenaWorkGroupConfigurationDetails>public static AwsAthenaWorkGroupConfigurationDetails.Builder builder()
public static Class<? extends AwsAthenaWorkGroupConfigurationDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.