public static interface GetPipelineRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<GetPipelineRequest.Builder,GetPipelineRequest>
| Modifier and Type | Method and Description |
|---|---|
GetPipelineRequest.Builder |
name(String name)
The name of the pipeline for which you want to get information.
|
GetPipelineRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetPipelineRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetPipelineRequest.Builder |
version(Integer version)
The version number of the pipeline.
|
buildoverrideConfigurationcopyapplyMutation, buildGetPipelineRequest.Builder name(String name)
The name of the pipeline for which you want to get information. Pipeline names must be unique under an Amazon Web Services (AWS) user account.
name - The name of the pipeline for which you want to get information. Pipeline names must be unique under an
Amazon Web Services (AWS) user account.GetPipelineRequest.Builder version(Integer version)
The version number of the pipeline. If you do not specify a version, defaults to the most current version.
version - The version number of the pipeline. If you do not specify a version, defaults to the most current
version.GetPipelineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetPipelineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.