public static interface SetStatusRequest.Builder extends DataPipelineRequest.Builder, SdkPojo, 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 | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
SetStatusRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
SetStatusRequest.Builder | 
pipelineId(String pipelineId)
 The ID of the pipeline that contains the objects. 
 | 
SetStatusRequest.Builder | 
status(String status)
 The status to be set on all the objects specified in  
objectIds. | 
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.SetStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.