@Stability(value=Experimental) public static final class CustomStateProps.Builder extends Object implements software.amazon.jsii.Builder<CustomStateProps>
CustomStateProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CustomStateProps |
build()
Builds the configured instance.
|
CustomStateProps.Builder |
stateJson(Map<String,? extends Object> stateJson)
Sets the value of
CustomStateProps.getStateJson() |
@Stability(value=Experimental) public CustomStateProps.Builder stateJson(Map<String,? extends Object> stateJson)
CustomStateProps.getStateJson()stateJson - Amazon States Language (JSON-based) definition of the state. This parameter is required.this@Stability(value=Experimental) public CustomStateProps build()
build in interface software.amazon.jsii.Builder<CustomStateProps>CustomStatePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.