public class PipelineDescription extends Object implements Serializable
Contains pipeline metadata.
Constructor and Description |
---|
PipelineDescription() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Description of the pipeline.
|
List<Field> |
getFields()
A list of read-only fields that contain metadata about the pipeline:
|
String |
getName()
Name of the pipeline.
|
String |
getPipelineId()
The pipeline identifier that was assigned by AWS Data Pipeline.
|
int |
hashCode() |
void |
setDescription(String description)
Description of the pipeline.
|
void |
setFields(Collection<Field> fields)
A list of read-only fields that contain metadata about the pipeline:
|
void |
setName(String name)
Name of the pipeline.
|
void |
setPipelineId(String pipelineId)
The pipeline identifier that was assigned by AWS Data Pipeline.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PipelineDescription |
withDescription(String description)
Description of the pipeline.
|
PipelineDescription |
withFields(Collection<Field> fields)
A list of read-only fields that contain metadata about the pipeline:
|
PipelineDescription |
withFields(Field... fields)
A list of read-only fields that contain metadata about the pipeline:
|
PipelineDescription |
withName(String name)
Name of the pipeline.
|
PipelineDescription |
withPipelineId(String pipelineId)
The pipeline identifier that was assigned by AWS Data Pipeline.
|
public String getPipelineId()
df-297EG78HU43EEXAMPLE
.
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
df-297EG78HU43EEXAMPLE
.public void setPipelineId(String pipelineId)
df-297EG78HU43EEXAMPLE
.
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
pipelineId
- The pipeline identifier that was assigned by AWS Data Pipeline. This
is a string of the form df-297EG78HU43EEXAMPLE
.public PipelineDescription withPipelineId(String pipelineId)
df-297EG78HU43EEXAMPLE
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
pipelineId
- The pipeline identifier that was assigned by AWS Data Pipeline. This
is a string of the form df-297EG78HU43EEXAMPLE
.public String getName()
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setName(String name)
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
name
- Name of the pipeline.public PipelineDescription withName(String name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
name
- Name of the pipeline.public List<Field> getFields()
public void setFields(Collection<Field> fields)
fields
- A list of read-only fields that contain metadata about the pipeline:public PipelineDescription withFields(Field... fields)
fields
- A list of read-only fields that contain metadata about the pipeline:public PipelineDescription withFields(Collection<Field> fields)
fields
- A list of read-only fields that contain metadata about the pipeline:public String getDescription()
Constraints:
Length: 0 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setDescription(String description)
Constraints:
Length: 0 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
description
- Description of the pipeline.public PipelineDescription withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
description
- Description of the pipeline.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.