Interface StopExecutionTrigger.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<StopExecutionTrigger.Builder,,- StopExecutionTrigger> - SdkBuilder<StopExecutionTrigger.Builder,,- StopExecutionTrigger> - SdkPojo
- Enclosing class:
- StopExecutionTrigger
@Mutable
@NotThreadSafe
public static interface StopExecutionTrigger.Builder
extends SdkPojo, CopyableBuilder<StopExecutionTrigger.Builder,StopExecutionTrigger> 
- 
Method SummaryModifier and TypeMethodDescriptionThe user-specified reason the pipeline was stopped.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
reasonThe 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.
 
 
-