|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.datapipeline.model.PipelineDescription
public class PipelineDescription
Contains pipeline metadata.
Constructor Summary | |
---|---|
PipelineDescription()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PipelineDescription()
Method Detail |
---|
public String getPipelineId()
df-297EG78HU43EEXAMPLE
.
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
df-297EG78HU43EEXAMPLE
.public void setPipelineId(String pipelineId)
df-297EG78HU43EEXAMPLE
.
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\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: [ -??-??-?\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: [ -??-??-?\r\n\t]*
public void setName(String name)
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\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: [ -??-??-?\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: [ -??-??-?\r\n\t]*
public void setDescription(String description)
Constraints:
Length: 0 - 1024
Pattern: [ -??-??-?\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: [ -??-??-?\r\n\t]*
description
- Description of the pipeline.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |