public class ActivatePipelineRequest extends AmazonWebServiceRequest implements Serializable
ActivatePipeline operation
.
Validates a pipeline and initiates processing. If the pipeline does not pass validation, activation fails. You cannot perform this operation on FINISHED pipelines and attempting to do so will return an InvalidRequestException.
Call this action to start processing pipeline tasks of a pipeline you've created using the CreatePipeline and PutPipelineDefinition actions. A pipeline cannot be modified after it has been successfully activated.
NOOP
Constructor and Description |
---|
ActivatePipelineRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<ParameterValue> |
getParameterValues()
Returns a list of parameter values to pass to the pipeline at
activation.
|
String |
getPipelineId()
The identifier of the pipeline to activate.
|
int |
hashCode() |
void |
setParameterValues(Collection<ParameterValue> parameterValues)
Returns a list of parameter values to pass to the pipeline at
activation.
|
void |
setPipelineId(String pipelineId)
The identifier of the pipeline to activate.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ActivatePipelineRequest |
withParameterValues(Collection<ParameterValue> parameterValues)
Returns a list of parameter values to pass to the pipeline at
activation.
|
ActivatePipelineRequest |
withParameterValues(ParameterValue... parameterValues)
Returns a list of parameter values to pass to the pipeline at
activation.
|
ActivatePipelineRequest |
withPipelineId(String pipelineId)
The identifier of the pipeline to activate.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getPipelineId()
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setPipelineId(String pipelineId)
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
pipelineId
- The identifier of the pipeline to activate.public ActivatePipelineRequest withPipelineId(String pipelineId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
pipelineId
- The identifier of the pipeline to activate.public List<ParameterValue> getParameterValues()
public void setParameterValues(Collection<ParameterValue> parameterValues)
parameterValues
- Returns a list of parameter values to pass to the pipeline at
activation.public ActivatePipelineRequest withParameterValues(ParameterValue... parameterValues)
Returns a reference to this object so that method calls can be chained together.
parameterValues
- Returns a list of parameter values to pass to the pipeline at
activation.public ActivatePipelineRequest withParameterValues(Collection<ParameterValue> parameterValues)
Returns a reference to this object so that method calls can be chained together.
parameterValues
- Returns a list of parameter values to pass to the pipeline at
activation.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.