@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-22T22:36:25.312Z") @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.