@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePipelineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdatePipelineRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdatePipelineRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<PipelineActivity> | getPipelineActivities()
 A list of  PipelineActivityobjects. | 
| String | getPipelineName()
 The name of the pipeline to update. | 
| int | hashCode() | 
| void | setPipelineActivities(Collection<PipelineActivity> pipelineActivities)
 A list of  PipelineActivityobjects. | 
| void | setPipelineName(String pipelineName)
 The name of the pipeline to update. | 
| String | toString()Returns a string representation of this object. | 
| UpdatePipelineRequest | withPipelineActivities(Collection<PipelineActivity> pipelineActivities)
 A list of  PipelineActivityobjects. | 
| UpdatePipelineRequest | withPipelineActivities(PipelineActivity... pipelineActivities)
 A list of  PipelineActivityobjects. | 
| UpdatePipelineRequest | withPipelineName(String pipelineName)
 The name of the pipeline to update. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setPipelineName(String pipelineName)
The name of the pipeline to update.
pipelineName - The name of the pipeline to update.public String getPipelineName()
The name of the pipeline to update.
public UpdatePipelineRequest withPipelineName(String pipelineName)
The name of the pipeline to update.
pipelineName - The name of the pipeline to update.public List<PipelineActivity> getPipelineActivities()
 A list of PipelineActivity objects. Activities perform transformations on your messages, such as
 removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your
 Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize
 device data.
 
 The list can be 2-25 PipelineActivity objects and must contain both a channel and a
 datastore activity. Each entry in the list must contain only one activity. For example:
 
 pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]
 
PipelineActivity objects. Activities perform transformations on your messages,
         such as removing, renaming or adding message attributes; filtering messages based on attribute values;
         invoking your Lambda functions on messages for advanced processing; or performing mathematical
         transformations to normalize device data.
         
         The list can be 2-25 PipelineActivity objects and must contain both a channel
         and a datastore activity. Each entry in the list must contain only one activity. For
         example:
         
         pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]
public void setPipelineActivities(Collection<PipelineActivity> pipelineActivities)
 A list of PipelineActivity objects. Activities perform transformations on your messages, such as
 removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your
 Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize
 device data.
 
 The list can be 2-25 PipelineActivity objects and must contain both a channel and a
 datastore activity. Each entry in the list must contain only one activity. For example:
 
 pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]
 
pipelineActivities - A list of PipelineActivity objects. Activities perform transformations on your messages, such
        as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking
        your Lambda functions on messages for advanced processing; or performing mathematical transformations to
        normalize device data.
        
        The list can be 2-25 PipelineActivity objects and must contain both a channel
        and a datastore activity. Each entry in the list must contain only one activity. For example:
        
        pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]
public UpdatePipelineRequest withPipelineActivities(PipelineActivity... pipelineActivities)
 A list of PipelineActivity objects. Activities perform transformations on your messages, such as
 removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your
 Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize
 device data.
 
 The list can be 2-25 PipelineActivity objects and must contain both a channel and a
 datastore activity. Each entry in the list must contain only one activity. For example:
 
 pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]
 
 NOTE: This method appends the values to the existing list (if any). Use
 setPipelineActivities(java.util.Collection) or withPipelineActivities(java.util.Collection) if
 you want to override the existing values.
 
pipelineActivities - A list of PipelineActivity objects. Activities perform transformations on your messages, such
        as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking
        your Lambda functions on messages for advanced processing; or performing mathematical transformations to
        normalize device data.
        
        The list can be 2-25 PipelineActivity objects and must contain both a channel
        and a datastore activity. Each entry in the list must contain only one activity. For example:
        
        pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]
public UpdatePipelineRequest withPipelineActivities(Collection<PipelineActivity> pipelineActivities)
 A list of PipelineActivity objects. Activities perform transformations on your messages, such as
 removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your
 Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize
 device data.
 
 The list can be 2-25 PipelineActivity objects and must contain both a channel and a
 datastore activity. Each entry in the list must contain only one activity. For example:
 
 pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]
 
pipelineActivities - A list of PipelineActivity objects. Activities perform transformations on your messages, such
        as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking
        your Lambda functions on messages for advanced processing; or performing mathematical transformations to
        normalize device data.
        
        The list can be 2-25 PipelineActivity objects and must contain both a channel
        and a datastore activity. Each entry in the list must contain only one activity. For example:
        
        pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]
public String toString()
toString in class ObjectObject.toString()public UpdatePipelineRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()