| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static StopExecutionTrigger.Builder |
StopExecutionTrigger.builder() |
StopExecutionTrigger.Builder |
StopExecutionTrigger.Builder.reason(String reason)
The user-specified reason the pipeline was stopped.
|
StopExecutionTrigger.Builder |
StopExecutionTrigger.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopExecutionTrigger.Builder> |
StopExecutionTrigger.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PipelineExecutionSummary.Builder |
PipelineExecutionSummary.Builder.stopTrigger(Consumer<StopExecutionTrigger.Builder> stopTrigger)
The interaction that stopped a pipeline execution.
|
Copyright © 2023. All rights reserved.