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) |
GetPipelineRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPipelineRequest.Builder |
version(Integer version)
The version number of the pipeline.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPipelineRequest.Builder name(String name)
The name of the pipeline for which you want to get information. Pipeline names must be unique under an AWS user account.
name - The name of the pipeline for which you want to get information. Pipeline names must be unique under an
AWS user account.GetPipelineRequest.Builder version(Integer version)
The version number of the pipeline. If you do not specify a version, defaults to the current version.
version - The version number of the pipeline. If you do not specify a version, defaults to the current version.GetPipelineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetPipelineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.