@Generated(value="software.amazon.awssdk:codegen") public final class UpdateWorkGroupRequest extends AthenaRequest implements ToCopyableBuilder<UpdateWorkGroupRequest.Builder,UpdateWorkGroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateWorkGroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateWorkGroupRequest.Builder |
builder() |
WorkGroupConfigurationUpdates |
configurationUpdates()
Contains configuration updates for an Athena SQL workgroup.
|
String |
description()
The workgroup description.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateWorkGroupRequest.Builder> |
serializableBuilderClass() |
WorkGroupState |
state()
The workgroup state that will be updated for the given workgroup.
|
String |
stateAsString()
The workgroup state that will be updated for the given workgroup.
|
UpdateWorkGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workGroup()
The specified workgroup that will be updated.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String workGroup()
The specified workgroup that will be updated.
public final String description()
The workgroup description.
public final WorkGroupConfigurationUpdates configurationUpdates()
Contains configuration updates for an Athena SQL workgroup.
public final WorkGroupState state()
The workgroup state that will be updated for the given workgroup.
If the service returns an enum value that is not available in the current SDK version, state will return
WorkGroupState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
WorkGroupStatepublic final String stateAsString()
The workgroup state that will be updated for the given workgroup.
If the service returns an enum value that is not available in the current SDK version, state will return
WorkGroupState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
WorkGroupStatepublic UpdateWorkGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateWorkGroupRequest.Builder,UpdateWorkGroupRequest>toBuilder in class AthenaRequestpublic static UpdateWorkGroupRequest.Builder builder()
public static Class<? extends UpdateWorkGroupRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.