@Stability(value=Stable)
public static interface CfnJob.ConnectionsListProperty
extends software.amazon.jsii.JsiiSerializable
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 List<String> |
getConnections()
A list of connections used by the job.
|
@Stability(value=Stable) @Nullable default List<String> getConnections()
@Stability(value=Stable) static CfnJob.ConnectionsListProperty.Builder builder()
Copyright © 2022. All rights reserved.