public static interface GetPipelineRequest.Builder extends CodePipelineRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetPipelineRequest.Builder |
version(Integer version)
The version number of the pipeline.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
GetPipelineRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.