@Stability(value=Experimental) public static final class CustomStateProps.Builder extends Object
CustomStateProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CustomStateProps |
build()
Builds the configured instance.
|
CustomStateProps.Builder |
stateJson(Map<String,Object> stateJson)
Sets the value of
CustomStateProps.getStateJson() |
@Stability(value=Experimental) public CustomStateProps.Builder stateJson(Map<String,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()
CustomStatePropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.