| Package | Description |
|---|---|
| software.amazon.awssdk.services.datapipeline |
AWS Data Pipeline configures and manages a data-driven workflow called a pipeline.
|
| software.amazon.awssdk.services.datapipeline.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SetStatusResponse> |
DataPipelineAsyncClient.setStatus(Consumer<SetStatusRequest.Builder> setStatusRequest)
Requests that the status of the specified physical or logical pipeline objects be updated in the specified
pipeline.
|
default SetStatusResponse |
DataPipelineClient.setStatus(Consumer<SetStatusRequest.Builder> setStatusRequest)
Requests that the status of the specified physical or logical pipeline objects be updated in the specified
pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
static SetStatusRequest.Builder |
SetStatusRequest.builder() |
SetStatusRequest.Builder |
SetStatusRequest.Builder.objectIds(Collection<String> objectIds)
The IDs of the objects.
|
SetStatusRequest.Builder |
SetStatusRequest.Builder.objectIds(String... objectIds)
The IDs of the objects.
|
SetStatusRequest.Builder |
SetStatusRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SetStatusRequest.Builder |
SetStatusRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SetStatusRequest.Builder |
SetStatusRequest.Builder.pipelineId(String pipelineId)
The ID of the pipeline that contains the objects.
|
SetStatusRequest.Builder |
SetStatusRequest.Builder.status(String status)
The status to be set on all the objects specified in
objectIds. |
SetStatusRequest.Builder |
SetStatusRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SetStatusRequest.Builder> |
SetStatusRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.