Interface RollbackStageRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodePipelineRequest.Builder,CopyableBuilder<RollbackStageRequest.Builder,RollbackStageRequest>,SdkBuilder<RollbackStageRequest.Builder,RollbackStageRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- RollbackStageRequest
public static interface RollbackStageRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<RollbackStageRequest.Builder,RollbackStageRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RollbackStageRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RollbackStageRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RollbackStageRequest.BuilderpipelineName(String pipelineName)The name of the pipeline for which the stage will be rolled back.RollbackStageRequest.BuilderstageName(String stageName)The name of the stage in the pipeline to be rolled back.RollbackStageRequest.BuildertargetPipelineExecutionId(String targetPipelineExecutionId)The pipeline execution ID for the stage to be rolled back to.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
pipelineName
RollbackStageRequest.Builder pipelineName(String pipelineName)
The name of the pipeline for which the stage will be rolled back.
- Parameters:
pipelineName- The name of the pipeline for which the stage will be rolled back.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stageName
RollbackStageRequest.Builder stageName(String stageName)
The name of the stage in the pipeline to be rolled back.
- Parameters:
stageName- The name of the stage in the pipeline to be rolled back.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetPipelineExecutionId
RollbackStageRequest.Builder targetPipelineExecutionId(String targetPipelineExecutionId)
The pipeline execution ID for the stage to be rolled back to.
- Parameters:
targetPipelineExecutionId- The pipeline execution ID for the stage to be rolled back to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RollbackStageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RollbackStageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-