CopyableBuilder<ActivatePipelineRequest.Builder,ActivatePipelineRequest>
, SdkBuilder<ActivatePipelineRequest.Builder,ActivatePipelineRequest>
public static interface ActivatePipelineRequest.Builder extends CopyableBuilder<ActivatePipelineRequest.Builder,ActivatePipelineRequest>
Modifier and Type | Method | Description |
---|---|---|
ActivatePipelineRequest.Builder |
parameterValues(Collection<ParameterValue> parameterValues) |
A list of parameter values to pass to the pipeline at activation.
|
ActivatePipelineRequest.Builder |
parameterValues(ParameterValue... parameterValues) |
A list of parameter values to pass to the pipeline at activation.
|
ActivatePipelineRequest.Builder |
pipelineId(String pipelineId) |
The ID of the pipeline.
|
ActivatePipelineRequest.Builder |
startTimestamp(Date startTimestamp) |
The date and time to resume the pipeline.
|
copy
apply, build
ActivatePipelineRequest.Builder pipelineId(String pipelineId)
The ID of the pipeline.
pipelineId
- The ID of the pipeline.ActivatePipelineRequest.Builder parameterValues(Collection<ParameterValue> parameterValues)
A list of parameter values to pass to the pipeline at activation.
parameterValues
- A list of parameter values to pass to the pipeline at activation.ActivatePipelineRequest.Builder parameterValues(ParameterValue... parameterValues)
A list of parameter values to pass to the pipeline at activation.
NOTE: This method appends the values to the existing list (if any). Use
#setParameterValues(java.util.Collection)
or #withParameterValues(java.util.Collection)
if
you want to override the existing values.
parameterValues
- A list of parameter values to pass to the pipeline at activation.ActivatePipelineRequest.Builder startTimestamp(Date startTimestamp)
The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.
startTimestamp
- The date and time to resume the pipeline. By default, the pipeline resumes from the last completed
execution.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.