public static interface CfnJob.ConnectionsListProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.glue.*; ConnectionsListProperty connectionsListProperty = ConnectionsListProperty.builder() .connections(List.of("connections")) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnJob.ConnectionsListProperty.Builder
A builder for
CfnJob.ConnectionsListProperty |
static class |
CfnJob.ConnectionsListProperty.Jsii$Proxy
An implementation for
CfnJob.ConnectionsListProperty |
Modifier and Type | Method and Description |
---|---|
static CfnJob.ConnectionsListProperty.Builder |
builder() |
default java.util.List<java.lang.String> |
getConnections()
A list of connections used by the job.
|
default java.util.List<java.lang.String> getConnections()
static CfnJob.ConnectionsListProperty.Builder builder()