CopyableBuilder<PipelineIdName.Builder,PipelineIdName>
, SdkBuilder<PipelineIdName.Builder,PipelineIdName>
public static interface PipelineIdName.Builder extends CopyableBuilder<PipelineIdName.Builder,PipelineIdName>
Modifier and Type | Method | Description |
---|---|---|
PipelineIdName.Builder |
id(String id) |
The ID of the pipeline that was assigned by AWS Data Pipeline.
|
PipelineIdName.Builder |
name(String name) |
The name of the pipeline.
|
copy
apply, build
PipelineIdName.Builder id(String id)
The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form
df-297EG78HU43EEXAMPLE
.
id
- The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form
df-297EG78HU43EEXAMPLE
.PipelineIdName.Builder name(String name)
The name of the pipeline.
name
- The name of the pipeline.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.