public static interface DataflowDetail.Builder extends SdkPojo, CopyableBuilder<DataflowDetail.Builder,DataflowDetail>
| Modifier and Type | Method and Description |
|---|---|
default DataflowDetail.Builder |
destination(Consumer<Destination.Builder> destination)
Sets the value of the Destination property for this object.
|
DataflowDetail.Builder |
destination(Destination destination)
Sets the value of the Destination property for this object.
|
DataflowDetail.Builder |
errorMessage(String errorMessage)
Error message for a dataflow.
|
default DataflowDetail.Builder |
source(Consumer<Source.Builder> source)
Sets the value of the Source property for this object.
|
DataflowDetail.Builder |
source(Source source)
Sets the value of the Source property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataflowDetail.Builder destination(Destination destination)
destination - The new value for the Destination property for this object.default DataflowDetail.Builder destination(Consumer<Destination.Builder> destination)
Destination.Builder avoiding the need to
create one manually via Destination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to destination(Destination).
destination - a consumer that will call methods on Destination.Builderdestination(Destination)DataflowDetail.Builder errorMessage(String errorMessage)
Error message for a dataflow.
errorMessage - Error message for a dataflow.DataflowDetail.Builder source(Source source)
source - The new value for the Source property for this object.default DataflowDetail.Builder source(Consumer<Source.Builder> source)
Source.Builder avoiding the need to
create one manually via Source.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to source(Source).
source - a consumer that will call methods on Source.Buildersource(Source)Copyright © 2023. All rights reserved.