public static interface DeletePipelineRequest.Builder extends DataPipelineRequest.Builder, CopyableBuilder<DeletePipelineRequest.Builder,DeletePipelineRequest>
Modifier and Type | Method and Description |
---|---|
DeletePipelineRequest.Builder |
pipelineId(String pipelineId)
The ID of the pipeline.
|
DeletePipelineRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DeletePipelineRequest.Builder pipelineId(String pipelineId)
The ID of the pipeline.
pipelineId
- The ID of the pipeline.DeletePipelineRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.