@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 "PipelineActivity" objects.
|
String |
getPipelineName()
The name of the pipeline to update.
|
int |
hashCode() |
void |
setPipelineActivities(Collection<PipelineActivity> pipelineActivities)
A list of "PipelineActivity" objects.
|
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 "PipelineActivity" objects.
|
UpdatePipelineRequest |
withPipelineActivities(PipelineActivity... pipelineActivities)
A list of "PipelineActivity" objects.
|
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, withSdkRequestTimeout
public 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": { ... } }, ... ]
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 Object
Object.toString()
public UpdatePipelineRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.