public static interface UpdateWorkGroupRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkGroupRequest.Builder,UpdateWorkGroupRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWorkGroupRequest.Builder workGroup(String workGroup)
The specified workgroup that will be updated.
workGroup - The specified workgroup that will be updated.UpdateWorkGroupRequest.Builder description(String description)
The workgroup description.
description - The workgroup description.UpdateWorkGroupRequest.Builder configurationUpdates(WorkGroupConfigurationUpdates configurationUpdates)
Contains configuration updates for an Athena SQL workgroup.
configurationUpdates - Contains configuration updates for an Athena SQL workgroup.default UpdateWorkGroupRequest.Builder configurationUpdates(Consumer<WorkGroupConfigurationUpdates.Builder> configurationUpdates)
Contains configuration updates for an Athena SQL workgroup.
This is a convenience method that creates an instance of theWorkGroupConfigurationUpdates.Builder
avoiding the need to create one manually via WorkGroupConfigurationUpdates.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to configurationUpdates(WorkGroupConfigurationUpdates).
configurationUpdates - a consumer that will call methods on WorkGroupConfigurationUpdates.BuilderconfigurationUpdates(WorkGroupConfigurationUpdates)UpdateWorkGroupRequest.Builder state(String state)
The workgroup state that will be updated for the given workgroup.
state - The workgroup state that will be updated for the given workgroup.WorkGroupState,
WorkGroupStateUpdateWorkGroupRequest.Builder state(WorkGroupState state)
The workgroup state that will be updated for the given workgroup.
state - The workgroup state that will be updated for the given workgroup.WorkGroupState,
WorkGroupStateUpdateWorkGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateWorkGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.