Class WorkGroupReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.athena.WorkGroupReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<WorkGroupReference>
- Enclosing interface:
WorkGroupReference
@Stability(Stable)
public static final class WorkGroupReference.Builder
extends Object
implements software.amazon.jsii.Builder<WorkGroupReference>
A builder for
WorkGroupReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.workGroupName(String workGroupName) Sets the value ofWorkGroupReference.getWorkGroupName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
workGroupName
Sets the value ofWorkGroupReference.getWorkGroupName()- Parameters:
workGroupName- The Name of the WorkGroup resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<WorkGroupReference>- Returns:
- a new instance of
WorkGroupReference - Throws:
NullPointerException- if any required attribute was not provided
-