Class CfnConnectionPropsMixin.AthenaPropertiesInputProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnConnectionPropsMixin.AthenaPropertiesInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectionPropsMixin.AthenaPropertiesInputProperty>
- Enclosing interface:
CfnConnectionPropsMixin.AthenaPropertiesInputProperty
@Stability(Stable)
public static final class CfnConnectionPropsMixin.AthenaPropertiesInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectionPropsMixin.AthenaPropertiesInputProperty>
A builder for
CfnConnectionPropsMixin.AthenaPropertiesInputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.workgroupName(String workgroupName) Sets the value ofCfnConnectionPropsMixin.AthenaPropertiesInputProperty.getWorkgroupName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
workgroupName
@Stability(Stable) public CfnConnectionPropsMixin.AthenaPropertiesInputProperty.Builder workgroupName(String workgroupName) Sets the value ofCfnConnectionPropsMixin.AthenaPropertiesInputProperty.getWorkgroupName()- Parameters:
workgroupName- The Amazon Athena workgroup name of a connection.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectionPropsMixin.AthenaPropertiesInputProperty>- Returns:
- a new instance of
CfnConnectionPropsMixin.AthenaPropertiesInputProperty - Throws:
NullPointerException- if any required attribute was not provided
-