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