public class ActivatePipelineRequest extends AmazonWebServiceRequest implements Serializable
ActivatePipeline operation
.
Validates a pipeline and initiates processing. If the pipeline does not pass validation, activation fails.
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) |
String |
getPipelineId()
The identifier of the pipeline to activate.
|
int |
hashCode() |
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 |
withPipelineId(String pipelineId)
The identifier of the pipeline to activate.
|
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 String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.