static DataflowDetail.Builder |
DataflowDetail.builder() |
|
default DataflowDetail.Builder |
DataflowDetail.Builder.destination(Consumer<Destination.Builder> destination) |
Sets the value of the Destination property for this object.
|
DataflowDetail.Builder |
DataflowDetail.Builder.destination(Destination destination) |
Sets the value of the Destination property for this object.
|
DataflowDetail.Builder |
DataflowDetail.Builder.errorMessage(String errorMessage) |
Error message for a dataflow.
|
default DataflowDetail.Builder |
DataflowDetail.Builder.source(Consumer<Source.Builder> source) |
Sets the value of the Source property for this object.
|
DataflowDetail.Builder |
DataflowDetail.Builder.source(Source source) |
Sets the value of the Source property for this object.
|
DataflowDetail.Builder |
DataflowDetail.toBuilder() |
|