|
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.PutPipelineDefinitionRequest
public class PutPipelineDefinitionRequest
Container for the parameters to the PutPipelineDefinition operation
.
Adds tasks, schedules, and preconditions that control the behavior of the pipeline. You can use PutPipelineDefinition to populate a new pipeline or to update an existing pipeline that has not yet been activated.
PutPipelineDefinition also validates the configuration as it adds it to the pipeline. Changes to the pipeline are saved unless one of the following three validation errors exists in the pipeline.
Pipeline object definitions are passed to the PutPipelineDefinition action and returned by the GetPipelineDefinition action.
DataPipeline.putPipelineDefinition(PutPipelineDefinitionRequest)
,
Serialized FormConstructor Summary | |
---|---|
PutPipelineDefinitionRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getPipelineId()
The identifier of the pipeline to be configured. |
List<PipelineObject> |
getPipelineObjects()
The objects that define the pipeline. |
int |
hashCode()
|
void |
setPipelineId(String pipelineId)
The identifier of the pipeline to be configured. |
void |
setPipelineObjects(Collection<PipelineObject> pipelineObjects)
The objects that define the pipeline. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
PutPipelineDefinitionRequest |
withPipelineId(String pipelineId)
The identifier of the pipeline to be configured. |
PutPipelineDefinitionRequest |
withPipelineObjects(Collection<PipelineObject> pipelineObjects)
The objects that define the pipeline. |
PutPipelineDefinitionRequest |
withPipelineObjects(PipelineObject... pipelineObjects)
The objects that define the pipeline. |
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 PutPipelineDefinitionRequest()
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 be configured.public PutPipelineDefinitionRequest 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 be configured.
public List<PipelineObject> getPipelineObjects()
public void setPipelineObjects(Collection<PipelineObject> pipelineObjects)
pipelineObjects
- The objects that define the pipeline. These will overwrite the
existing pipeline definition.public PutPipelineDefinitionRequest withPipelineObjects(PipelineObject... pipelineObjects)
Returns a reference to this object so that method calls can be chained together.
pipelineObjects
- The objects that define the pipeline. These will overwrite the
existing pipeline definition.
public PutPipelineDefinitionRequest withPipelineObjects(Collection<PipelineObject> pipelineObjects)
Returns a reference to this object so that method calls can be chained together.
pipelineObjects
- The objects that define the pipeline. These will overwrite the
existing pipeline definition.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |