public static final class CustomStateProps.Builder
extends java.lang.Object
CustomStateProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CustomStateProps |
build()
Builds the configured instance.
|
CustomStateProps.Builder |
stateJson(java.util.Map<java.lang.String,? extends java.lang.Object> stateJson)
Sets the value of
CustomStateProps.getStateJson() |
public CustomStateProps.Builder stateJson(java.util.Map<java.lang.String,? extends java.lang.Object> stateJson)
CustomStateProps.getStateJson()
stateJson
- Amazon States Language (JSON-based) definition of the state. This parameter is required.this
public CustomStateProps build()
CustomStateProps
java.lang.NullPointerException
- if any required attribute was not provided