@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePipelineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreatePipelineRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreatePipelineRequest | 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. | 
| List<Tag> | getTags()
 Metadata which can be used to manage the pipeline. | 
| int | hashCode() | 
| void | setPipelineActivities(Collection<PipelineActivity> pipelineActivities)
 A list of "PipelineActivity" objects. | 
| void | setPipelineName(String pipelineName)
 The name of the pipeline. | 
| void | setTags(Collection<Tag> tags)
 Metadata which can be used to manage the pipeline. | 
| String | toString()Returns a string representation of this object. | 
| CreatePipelineRequest | withPipelineActivities(Collection<PipelineActivity> pipelineActivities)
 A list of "PipelineActivity" objects. | 
| CreatePipelineRequest | withPipelineActivities(PipelineActivity... pipelineActivities)
 A list of "PipelineActivity" objects. | 
| CreatePipelineRequest | withPipelineName(String pipelineName)
 The name of the pipeline. | 
| CreatePipelineRequest | withTags(Collection<Tag> tags)
 Metadata which can be used to manage the pipeline. | 
| CreatePipelineRequest | withTags(Tag... tags)
 Metadata which can be used to manage the pipeline. | 
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.
pipelineName - The name of the pipeline.public String getPipelineName()
The name of the pipeline.
public CreatePipelineRequest withPipelineName(String pipelineName)
The name of the pipeline.
pipelineName - The name of the pipeline.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 CreatePipelineRequest 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 CreatePipelineRequest 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 List<Tag> getTags()
Metadata which can be used to manage the pipeline.
public void setTags(Collection<Tag> tags)
Metadata which can be used to manage the pipeline.
tags - Metadata which can be used to manage the pipeline.public CreatePipelineRequest withTags(Tag... tags)
Metadata which can be used to manage the pipeline.
 NOTE: This method appends the values to the existing list (if any). Use
 setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
 existing values.
 
tags - Metadata which can be used to manage the pipeline.public CreatePipelineRequest withTags(Collection<Tag> tags)
Metadata which can be used to manage the pipeline.
tags - Metadata which can be used to manage the pipeline.public String toString()
toString in class ObjectObject.toString()public CreatePipelineRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.