Interface AthenaPropertiesPatch.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AthenaPropertiesPatch.Builder,AthenaPropertiesPatch>,SdkBuilder<AthenaPropertiesPatch.Builder,AthenaPropertiesPatch>,SdkPojo
- Enclosing class:
- AthenaPropertiesPatch
public static interface AthenaPropertiesPatch.Builder extends SdkPojo, CopyableBuilder<AthenaPropertiesPatch.Builder,AthenaPropertiesPatch>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AthenaPropertiesPatch.BuilderworkgroupName(String workgroupName)The Amazon Athena workgroup name of a connection.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
workgroupName
AthenaPropertiesPatch.Builder workgroupName(String workgroupName)
The Amazon Athena workgroup name of a connection.
- Parameters:
workgroupName- The Amazon Athena workgroup name of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-