public static interface StateExitedEventDetails.Builder extends CopyableBuilder<StateExitedEventDetails.Builder,StateExitedEventDetails>
| Modifier and Type | Method and Description |
|---|---|
StateExitedEventDetails.Builder |
name(String name)
The name of the state.
|
StateExitedEventDetails.Builder |
output(String output)
The JSON output data of the state.
|
copyapply, buildStateExitedEventDetails.Builder name(String name)
The name of the state.
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
name - The name of the state.
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
StateExitedEventDetails.Builder output(String output)
The JSON output data of the state.
output - The JSON output data of the state.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.