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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopExecutionTrigger.Builderreason(String reason)The 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
reason
StopExecutionTrigger.Builder reason(String 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.
-
-