public static interface SetStatusRequest.Builder extends DataPipelineRequest.Builder, CopyableBuilder<SetStatusRequest.Builder,SetStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
SetStatusRequest.Builder |
objectIds(Collection<String> objectIds)
The IDs of the objects.
|
SetStatusRequest.Builder |
objectIds(String... objectIds)
The IDs of the objects.
|
SetStatusRequest.Builder |
pipelineId(String pipelineId)
The ID of the pipeline that contains the objects.
|
SetStatusRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
SetStatusRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
SetStatusRequest.Builder |
status(String status)
The status to be set on all the objects specified in
objectIds. |
buildrequestOverrideConfigcopyapply, buildSetStatusRequest.Builder pipelineId(String pipelineId)
The ID of the pipeline that contains the objects.
pipelineId - The ID of the pipeline that contains the objects.SetStatusRequest.Builder objectIds(Collection<String> objectIds)
The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.
objectIds - The IDs of the objects. The corresponding objects can be either physical or components, but not a mix
of both types.SetStatusRequest.Builder objectIds(String... objectIds)
The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.
objectIds - The IDs of the objects. The corresponding objects can be either physical or components, but not a mix
of both types.SetStatusRequest.Builder status(String status)
The status to be set on all the objects specified in objectIds. For components, use
PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or
MARK_FINISHED.
status - The status to be set on all the objects specified in objectIds. For components, use
PAUSE or RESUME. For instances, use TRY_CANCEL,
RERUN, or MARK_FINISHED.SetStatusRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.SetStatusRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.