| Package | Description |
|---|---|
| software.amazon.awssdk.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataflowDetail.Builder> |
DataflowDetail.serializableBuilderClass() |
Copyright © 2023. All rights reserved.