@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 pipeline activities.
|
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 pipeline activities.
|
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 pipeline activities.
|
CreatePipelineRequest |
withPipelineActivities(PipelineActivity... pipelineActivities)
A list of pipeline activities.
|
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, withSdkRequestTimeout
public 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 pipeline activities.
The list can be 1-25 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 1-25 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.
public void setPipelineActivities(Collection<PipelineActivity> pipelineActivities)
A list of pipeline activities.
The list can be 1-25 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.
pipelineActivities
- A list of pipeline activities.
The list can be 1-25 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.
public CreatePipelineRequest withPipelineActivities(PipelineActivity... pipelineActivities)
A list of pipeline activities.
The list can be 1-25 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.
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 pipeline activities.
The list can be 1-25 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.
public CreatePipelineRequest withPipelineActivities(Collection<PipelineActivity> pipelineActivities)
A list of pipeline activities.
The list can be 1-25 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.
pipelineActivities
- A list of pipeline activities.
The list can be 1-25 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.
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 Object
Object.toString()
public CreatePipelineRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.