@Generated(value="software.amazon.awssdk:codegen") public final class AthenaParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AthenaParameters.Builder,AthenaParameters>
Parameters for Amazon Athena.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AthenaParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AthenaParameters.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
roleArn()
Use the
RoleArn structure to override an account-wide role for a specific Athena data source. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AthenaParameters.Builder> |
serializableBuilderClass() |
AthenaParameters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workGroup()
The workgroup that Amazon Athena uses.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String workGroup()
The workgroup that Amazon Athena uses.
public final String roleArn()
Use the RoleArn structure to override an account-wide role for a specific Athena data source. For
example, say an account administrator has turned off all Athena access with an account-wide role. The
administrator can then use RoleArn to bypass the account-wide role and allow Athena access for the
single Athena data source that is specified in the structure, even if the account-wide role forbidding Athena
access is still active.
RoleArn structure to override an account-wide role for a specific Athena data
source. For example, say an account administrator has turned off all Athena access with an account-wide
role. The administrator can then use RoleArn to bypass the account-wide role and allow
Athena access for the single Athena data source that is specified in the structure, even if the
account-wide role forbidding Athena access is still active.public AthenaParameters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AthenaParameters.Builder,AthenaParameters>public static AthenaParameters.Builder builder()
public static Class<? extends AthenaParameters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.