StructuredPojo, ToCopyableBuilder<PipelineDescription.Builder,PipelineDescription>@Generated("software.amazon.awssdk:codegen") public class PipelineDescription extends Object implements StructuredPojo, ToCopyableBuilder<PipelineDescription.Builder,PipelineDescription>
Contains pipeline metadata.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
PipelineDescription.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static PipelineDescription.Builder |
builder() |
|
String |
description() |
Description of the pipeline.
|
boolean |
equals(Object obj) |
|
List<Field> |
fields() |
A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
name() |
The name of the pipeline.
|
String |
pipelineId() |
The pipeline identifier that was assigned by AWS Data Pipeline.
|
static Class<? extends PipelineDescription.Builder> |
serializableBuilderClass() |
|
List<Tag> |
tags() |
A list of tags to associated with a pipeline.
|
PipelineDescription.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String pipelineId()
The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form
df-297EG78HU43EEXAMPLE.
df-297EG78HU43EEXAMPLE.public String name()
The name of the pipeline.
public List<Field> fields()
A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.
public String description()
Description of the pipeline.
public List<Tag> tags()
A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.
public PipelineDescription.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<PipelineDescription.Builder,PipelineDescription>public static PipelineDescription.Builder builder()
public static Class<? extends PipelineDescription.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.