public static interface UpdatePipelineRequest.Builder extends CodePipelineRequest.Builder, CopyableBuilder<UpdatePipelineRequest.Builder,UpdatePipelineRequest>
Modifier and Type | Method and Description |
---|---|
default UpdatePipelineRequest.Builder |
pipeline(Consumer<PipelineDeclaration.Builder> pipeline)
The name of the pipeline to be updated.
|
UpdatePipelineRequest.Builder |
pipeline(PipelineDeclaration pipeline)
The name of the pipeline to be updated.
|
UpdatePipelineRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdatePipelineRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
UpdatePipelineRequest.Builder pipeline(PipelineDeclaration pipeline)
The name of the pipeline to be updated.
pipeline
- The name of the pipeline to be updated.default UpdatePipelineRequest.Builder pipeline(Consumer<PipelineDeclaration.Builder> pipeline)
The name of the pipeline to be updated.
This is a convenience that creates an instance of thePipelineDeclaration.Builder
avoiding the need
to create one manually via PipelineDeclaration.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to pipeline(PipelineDeclaration)
.pipeline
- a consumer that will call methods on PipelineDeclaration.Builder
pipeline(PipelineDeclaration)
UpdatePipelineRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UpdatePipelineRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.