|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.datapipeline.model.ActivatePipelineRequest
public class ActivatePipelineRequest
Container for the parameters to the 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.
DataPipeline.activatePipeline(ActivatePipelineRequest),
Serialized Form| Constructor Summary | |
|---|---|
ActivatePipelineRequest()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ActivatePipelineRequest()
| Method Detail |
|---|
public String getPipelineId()
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
public void setPipelineId(String pipelineId)
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\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: [ -??-??-?\r\n\t]*
pipelineId - The identifier of the pipeline to activate.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||