Interface WorkflowRunOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
WorkflowRunOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.62.0 (build 293ac17)", date="2022-07-16T00:20:23.478Z") @Stability(Stable) public interface WorkflowRunOptions extends software.amazon.jsii.JsiiSerializable
Workflow run options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWorkflowRunOptions.BuilderA builder forWorkflowRunOptionsstatic classWorkflowRunOptions.Jsii$ProxyAn implementation forWorkflowRunOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static WorkflowRunOptions.Builderbuilder()default List<String>getTypes()Which activity types to trigger on.
-
-
-
Method Detail
-
getTypes
@Stability(Stable) @Nullable default List<String> getTypes()
Which activity types to trigger on.
-
builder
@Stability(Stable) static WorkflowRunOptions.Builder builder()
- Returns:
- a
WorkflowRunOptions.BuilderofWorkflowRunOptions
-
-