public static interface CreatePipelineResponse.Builder extends DataPipelineResponse.Builder, CopyableBuilder<CreatePipelineResponse.Builder,CreatePipelineResponse>
Modifier and Type | Method and Description |
---|---|
CreatePipelineResponse.Builder |
pipelineId(String pipelineId)
The ID that AWS Data Pipeline assigns the newly created pipeline.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreatePipelineResponse.Builder pipelineId(String pipelineId)
The ID that AWS Data Pipeline assigns the newly created pipeline. For example,
df-06372391ZG65EXAMPLE
.
pipelineId
- The ID that AWS Data Pipeline assigns the newly created pipeline. For example,
df-06372391ZG65EXAMPLE
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.