Interface GetPipelineRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CodePipelineRequest.Builder
,CopyableBuilder<GetPipelineRequest.Builder,
,GetPipelineRequest> SdkBuilder<GetPipelineRequest.Builder,
,GetPipelineRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetPipelineRequest
public static interface GetPipelineRequest.Builder
extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<GetPipelineRequest.Builder,GetPipelineRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the pipeline for which you want to get information.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The version number of the pipeline.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.codepipeline.model.CodePipelineRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The name of the pipeline for which you want to get information. Pipeline names must be unique in an Amazon Web Services account.
- Parameters:
name
- The name of the pipeline for which you want to get information. Pipeline names must be unique in an Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version number of the pipeline. If you do not specify a version, defaults to the current version.
- Parameters:
version
- The version number of the pipeline. If you do not specify a version, defaults to the current version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetPipelineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetPipelineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-