public static interface ConnectorDataTarget.Builder extends SdkPojo, CopyableBuilder<ConnectorDataTarget.Builder,ConnectorDataTarget>
| Modifier and Type | Method and Description |
|---|---|
ConnectorDataTarget.Builder |
connectionType(String connectionType)
The
connectionType, as provided to the underlying Glue library. |
ConnectorDataTarget.Builder |
data(Map<String,String> data)
A map specifying connection options for the node.
|
ConnectorDataTarget.Builder |
inputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
ConnectorDataTarget.Builder |
inputs(String... inputs)
The nodes that are inputs to the data target.
|
ConnectorDataTarget.Builder |
name(String name)
The name of this target node.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectorDataTarget.Builder name(String name)
The name of this target node.
name - The name of this target node.ConnectorDataTarget.Builder connectionType(String connectionType)
The connectionType, as provided to the underlying Glue library. This node type supports the
following connection types:
bigquery
connectionType - The connectionType, as provided to the underlying Glue library. This node type supports
the following connection types:
bigquery
ConnectorDataTarget.Builder data(Map<String,String> data)
A map specifying connection options for the node. You can find standard connection options for the corresponding connection type in the Connection parameters section of the Glue documentation.
data - A map specifying connection options for the node. You can find standard connection options for the
corresponding connection type in the Connection
parameters section of the Glue documentation.ConnectorDataTarget.Builder inputs(Collection<String> inputs)
The nodes that are inputs to the data target.
inputs - The nodes that are inputs to the data target.ConnectorDataTarget.Builder inputs(String... inputs)
The nodes that are inputs to the data target.
inputs - The nodes that are inputs to the data target.Copyright © 2023. All rights reserved.