public static interface SnowflakeTarget.Builder extends SdkPojo, CopyableBuilder<SnowflakeTarget.Builder,SnowflakeTarget>
| Modifier and Type | Method and Description |
|---|---|
default SnowflakeTarget.Builder |
data(Consumer<SnowflakeNodeData.Builder> data)
Specifies the data of the Snowflake target node.
|
SnowflakeTarget.Builder |
data(SnowflakeNodeData data)
Specifies the data of the Snowflake target node.
|
SnowflakeTarget.Builder |
inputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
SnowflakeTarget.Builder |
inputs(String... inputs)
The nodes that are inputs to the data target.
|
SnowflakeTarget.Builder |
name(String name)
The name of the Snowflake target.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSnowflakeTarget.Builder name(String name)
The name of the Snowflake target.
name - The name of the Snowflake target.SnowflakeTarget.Builder data(SnowflakeNodeData data)
Specifies the data of the Snowflake target node.
data - Specifies the data of the Snowflake target node.default SnowflakeTarget.Builder data(Consumer<SnowflakeNodeData.Builder> data)
Specifies the data of the Snowflake target node.
This is a convenience method that creates an instance of theSnowflakeNodeData.Builder avoiding the
need to create one manually via SnowflakeNodeData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to data(SnowflakeNodeData).
data - a consumer that will call methods on SnowflakeNodeData.Builderdata(SnowflakeNodeData)SnowflakeTarget.Builder inputs(Collection<String> inputs)
The nodes that are inputs to the data target.
inputs - The nodes that are inputs to the data target.SnowflakeTarget.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.