CopyableBuilder<PipelineDescription.Builder,PipelineDescription>
, SdkBuilder<PipelineDescription.Builder,PipelineDescription>
public static interface PipelineDescription.Builder extends CopyableBuilder<PipelineDescription.Builder,PipelineDescription>
Modifier and Type | Method | Description |
---|---|---|
PipelineDescription.Builder |
description(String description) |
Description of the pipeline.
|
PipelineDescription.Builder |
fields(Collection<Field> fields) |
A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.
|
PipelineDescription.Builder |
fields(Field... fields) |
A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.
|
PipelineDescription.Builder |
name(String name) |
The name of the pipeline.
|
PipelineDescription.Builder |
pipelineId(String pipelineId) |
The pipeline identifier that was assigned by AWS Data Pipeline.
|
PipelineDescription.Builder |
tags(Collection<Tag> tags) |
A list of tags to associated with a pipeline.
|
PipelineDescription.Builder |
tags(Tag... tags) |
A list of tags to associated with a pipeline.
|
copy
apply, build
PipelineDescription.Builder pipelineId(String pipelineId)
The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form
df-297EG78HU43EEXAMPLE
.
pipelineId
- The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form
df-297EG78HU43EEXAMPLE
.PipelineDescription.Builder name(String name)
The name of the pipeline.
name
- The name of the pipeline.PipelineDescription.Builder fields(Collection<Field> fields)
A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.
fields
- A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, andPipelineDescription.Builder fields(Field... fields)
A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.
NOTE: This method appends the values to the existing list (if any). Use
#setFields(java.util.Collection)
or #withFields(java.util.Collection)
if you want to override
the existing values.
fields
- A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, andPipelineDescription.Builder description(String description)
Description of the pipeline.
description
- Description of the pipeline.PipelineDescription.Builder tags(Collection<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.
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.PipelineDescription.Builder tags(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.
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
- 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.