Uses of Interface
software.amazon.awssdk.services.codepipeline.model.StopExecutionTrigger.Builder
-
Packages that use StopExecutionTrigger.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of StopExecutionTrigger.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return StopExecutionTrigger.Builder Modifier and Type Method Description static StopExecutionTrigger.BuilderStopExecutionTrigger. builder()StopExecutionTrigger.BuilderStopExecutionTrigger.Builder. reason(String reason)The user-specified reason the pipeline was stopped.StopExecutionTrigger.BuilderStopExecutionTrigger. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type StopExecutionTrigger.Builder Modifier and Type Method Description static Class<? extends StopExecutionTrigger.Builder>StopExecutionTrigger. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type StopExecutionTrigger.Builder Modifier and Type Method Description default PipelineExecutionSummary.BuilderPipelineExecutionSummary.Builder. stopTrigger(Consumer<StopExecutionTrigger.Builder> stopTrigger)The interaction that stopped a pipeline execution.
-