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