Uses of Interface
software.amazon.awssdk.services.codepipeline.model.EnableStageTransitionRequest.Builder
-
Packages that use EnableStageTransitionRequest.Builder Package Description software.amazon.awssdk.services.codepipeline CodePipeline software.amazon.awssdk.services.codepipeline.model -
-
Uses of EnableStageTransitionRequest.Builder in software.amazon.awssdk.services.codepipeline
Method parameters in software.amazon.awssdk.services.codepipeline with type arguments of type EnableStageTransitionRequest.Builder Modifier and Type Method Description default CompletableFuture<EnableStageTransitionResponse>CodePipelineAsyncClient. enableStageTransition(Consumer<EnableStageTransitionRequest.Builder> enableStageTransitionRequest)Enables artifacts in a pipeline to transition to a stage in a pipeline.default EnableStageTransitionResponseCodePipelineClient. enableStageTransition(Consumer<EnableStageTransitionRequest.Builder> enableStageTransitionRequest)Enables artifacts in a pipeline to transition to a stage in a pipeline. -
Uses of EnableStageTransitionRequest.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return EnableStageTransitionRequest.Builder Modifier and Type Method Description static EnableStageTransitionRequest.BuilderEnableStageTransitionRequest. builder()EnableStageTransitionRequest.BuilderEnableStageTransitionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)EnableStageTransitionRequest.BuilderEnableStageTransitionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)EnableStageTransitionRequest.BuilderEnableStageTransitionRequest.Builder. pipelineName(String pipelineName)The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.EnableStageTransitionRequest.BuilderEnableStageTransitionRequest.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).EnableStageTransitionRequest.BuilderEnableStageTransitionRequest. toBuilder()EnableStageTransitionRequest.BuilderEnableStageTransitionRequest.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).EnableStageTransitionRequest.BuilderEnableStageTransitionRequest.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).Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type EnableStageTransitionRequest.Builder Modifier and Type Method Description static Class<? extends EnableStageTransitionRequest.Builder>EnableStageTransitionRequest. serializableBuilderClass()
-