Interface StopExecutionTrigger.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StopExecutionTrigger.Builder,
,StopExecutionTrigger> SdkBuilder<StopExecutionTrigger.Builder,
,StopExecutionTrigger> SdkPojo
- Enclosing class:
StopExecutionTrigger
public static interface StopExecutionTrigger.Builder
extends SdkPojo, CopyableBuilder<StopExecutionTrigger.Builder,StopExecutionTrigger>
-
Method Summary
Modifier and TypeMethodDescriptionThe user-specified reason the pipeline was stopped.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, sdkFields
-
Method Details
-
reason
The user-specified reason the pipeline was stopped.
- Parameters:
reason
- The user-specified reason the pipeline was stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-