public static interface AmazonRedshiftSource.Builder extends SdkPojo, CopyableBuilder<AmazonRedshiftSource.Builder,AmazonRedshiftSource>
| Modifier and Type | Method and Description |
|---|---|
AmazonRedshiftSource.Builder |
data(AmazonRedshiftNodeData data)
Specifies the data of the Amazon Reshift source node.
|
default AmazonRedshiftSource.Builder |
data(Consumer<AmazonRedshiftNodeData.Builder> data)
Specifies the data of the Amazon Reshift source node.
|
AmazonRedshiftSource.Builder |
name(String name)
The name of the Amazon Redshift source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAmazonRedshiftSource.Builder name(String name)
The name of the Amazon Redshift source.
name - The name of the Amazon Redshift source.AmazonRedshiftSource.Builder data(AmazonRedshiftNodeData data)
Specifies the data of the Amazon Reshift source node.
data - Specifies the data of the Amazon Reshift source node.default AmazonRedshiftSource.Builder data(Consumer<AmazonRedshiftNodeData.Builder> data)
Specifies the data of the Amazon Reshift source 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)Copyright © 2023. All rights reserved.