@Generated(value="jsii-pacmak/1.54.0 (build b1b977a)", date="2022-02-19T00:19:34.292Z") @Stability(value=Stable) public interface FindStateOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.stepfunctions.*;
FindStateOptions findStateOptions = FindStateOptions.builder()
.includeErrorHandlers(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
FindStateOptions.Builder
A builder for
FindStateOptions |
static class |
FindStateOptions.Jsii$Proxy
An implementation for
FindStateOptions |
| Modifier and Type | Method and Description |
|---|---|
static FindStateOptions.Builder |
builder() |
default Boolean |
getIncludeErrorHandlers()
Whether or not to follow error-handling transitions.
|
@Stability(value=Stable) @Nullable default Boolean getIncludeErrorHandlers()
Default: false
@Stability(value=Stable) static FindStateOptions.Builder builder()
FindStateOptions.Builder of FindStateOptionsCopyright © 2022. All rights reserved.