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