Interface EnableStageTransitionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodePipelineRequest.Builder,CopyableBuilder<EnableStageTransitionRequest.Builder,EnableStageTransitionRequest>,SdkBuilder<EnableStageTransitionRequest.Builder,EnableStageTransitionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- EnableStageTransitionRequest
public static interface EnableStageTransitionRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<EnableStageTransitionRequest.Builder,EnableStageTransitionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnableStageTransitionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)EnableStageTransitionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)EnableStageTransitionRequest.BuilderpipelineName(String pipelineName)The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.EnableStageTransitionRequest.BuilderstageName(String stageName)The name of the stage where you want to enable the transition of artifacts, either into the stage (inbound) or from that stage to the next stage (outbound).EnableStageTransitionRequest.BuildertransitionType(String transitionType)Specifies whether artifacts are allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already processed artifacts are allowed to transition to the next stage (outbound).EnableStageTransitionRequest.BuildertransitionType(StageTransitionType transitionType)Specifies whether artifacts are allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already processed artifacts are allowed to transition to the next stage (outbound).-
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
EnableStageTransitionRequest.Builder pipelineName(String pipelineName)
The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.
- Parameters:
pipelineName- The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stageName
EnableStageTransitionRequest.Builder stageName(String stageName)
The name of the stage where you want to enable the transition of artifacts, either into the stage (inbound) or from that stage to the next stage (outbound).
- Parameters:
stageName- The name of the stage where you want to enable the transition of artifacts, either into the stage (inbound) or from that stage to the next stage (outbound).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitionType
EnableStageTransitionRequest.Builder transitionType(String transitionType)
Specifies whether artifacts are allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already processed artifacts are allowed to transition to the next stage (outbound).
- Parameters:
transitionType- Specifies whether artifacts are allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already processed artifacts are allowed to transition to the next stage (outbound).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StageTransitionType,StageTransitionType
-
transitionType
EnableStageTransitionRequest.Builder transitionType(StageTransitionType transitionType)
Specifies whether artifacts are allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already processed artifacts are allowed to transition to the next stage (outbound).
- Parameters:
transitionType- Specifies whether artifacts are allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already processed artifacts are allowed to transition to the next stage (outbound).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StageTransitionType,StageTransitionType
-
overrideConfiguration
EnableStageTransitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
EnableStageTransitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-