Class CfnJobPropsMixin.ConnectionsListProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnJobPropsMixin.ConnectionsListProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnJobPropsMixin.ConnectionsListProperty>
- Enclosing interface:
CfnJobPropsMixin.ConnectionsListProperty
@Stability(Stable)
public static final class CfnJobPropsMixin.ConnectionsListProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnJobPropsMixin.ConnectionsListProperty>
A builder for
CfnJobPropsMixin.ConnectionsListProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.connections(List<String> connections) Sets the value ofCfnJobPropsMixin.ConnectionsListProperty.getConnections()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
connections
@Stability(Stable) public CfnJobPropsMixin.ConnectionsListProperty.Builder connections(List<String> connections) Sets the value ofCfnJobPropsMixin.ConnectionsListProperty.getConnections()- Parameters:
connections- A list of connections used by the job.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnJobPropsMixin.ConnectionsListProperty>- Returns:
- a new instance of
CfnJobPropsMixin.ConnectionsListProperty - Throws:
NullPointerException- if any required attribute was not provided
-