Interface OverrideStageConditionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodePipelineRequest.Builder,CopyableBuilder<OverrideStageConditionRequest.Builder,OverrideStageConditionRequest>,SdkBuilder<OverrideStageConditionRequest.Builder,OverrideStageConditionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- OverrideStageConditionRequest
public static interface OverrideStageConditionRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<OverrideStageConditionRequest.Builder,OverrideStageConditionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OverrideStageConditionRequest.BuilderconditionType(String conditionType)The type of condition to override for the stage, such as entry conditions, failure conditions, or success conditions.OverrideStageConditionRequest.BuilderconditionType(ConditionType conditionType)The type of condition to override for the stage, such as entry conditions, failure conditions, or success conditions.OverrideStageConditionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)OverrideStageConditionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)OverrideStageConditionRequest.BuilderpipelineExecutionId(String pipelineExecutionId)The ID of the pipeline execution for the override.OverrideStageConditionRequest.BuilderpipelineName(String pipelineName)The name of the pipeline with the stage that will override the condition.OverrideStageConditionRequest.BuilderstageName(String stageName)The name of the stage for the override.-
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
OverrideStageConditionRequest.Builder pipelineName(String pipelineName)
The name of the pipeline with the stage that will override the condition.
- Parameters:
pipelineName- The name of the pipeline with the stage that will override the condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stageName
OverrideStageConditionRequest.Builder stageName(String stageName)
The name of the stage for the override.
- Parameters:
stageName- The name of the stage for the override.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineExecutionId
OverrideStageConditionRequest.Builder pipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution for the override.
- Parameters:
pipelineExecutionId- The ID of the pipeline execution for the override.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditionType
OverrideStageConditionRequest.Builder conditionType(String conditionType)
The type of condition to override for the stage, such as entry conditions, failure conditions, or success conditions.
- Parameters:
conditionType- The type of condition to override for the stage, such as entry conditions, failure conditions, or success conditions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConditionType,ConditionType
-
conditionType
OverrideStageConditionRequest.Builder conditionType(ConditionType conditionType)
The type of condition to override for the stage, such as entry conditions, failure conditions, or success conditions.
- Parameters:
conditionType- The type of condition to override for the stage, such as entry conditions, failure conditions, or success conditions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConditionType,ConditionType
-
overrideConfiguration
OverrideStageConditionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
OverrideStageConditionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-