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