CopyableBuilder<GetPipelineRequest.Builder,GetPipelineRequest>
, SdkBuilder<GetPipelineRequest.Builder,GetPipelineRequest>
public static interface GetPipelineRequest.Builder extends CopyableBuilder<GetPipelineRequest.Builder,GetPipelineRequest>
Modifier and Type | Method | Description |
---|---|---|
GetPipelineRequest.Builder |
name(String name) |
The name of the pipeline for which you want to get information.
|
GetPipelineRequest.Builder |
version(Integer version) |
The version number of the pipeline.
|
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.