public class DeletePipelineRequest extends AmazonWebServiceRequest implements Serializable
DeletePipeline operation
.
Permanently deletes a pipeline, its pipeline definition and its run history. You cannot query or restore a deleted pipeline. AWS Data Pipeline will attempt to cancel instances associated with the pipeline that are currently being processed by task runners. Deleting a pipeline cannot be undone.
To temporarily pause a pipeline instead of deleting it, call SetStatus with the status set to Pause on individual components. Components that are paused by SetStatus can be resumed.
NOOP
Constructor and Description |
---|
DeletePipelineRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getPipelineId()
The identifier of the pipeline to be deleted.
|
int |
hashCode() |
void |
setPipelineId(String pipelineId)
The identifier of the pipeline to be deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeletePipelineRequest |
withPipelineId(String pipelineId)
The identifier of the pipeline to be deleted.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, 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 be deleted.public DeletePipelineRequest 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 be deleted.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.