public static interface StateEnteredEventDetails.Builder extends SdkPojo, CopyableBuilder<StateEnteredEventDetails.Builder,StateEnteredEventDetails>
| Modifier and Type | Method and Description |
|---|---|
StateEnteredEventDetails.Builder |
input(String input)
The string that contains the JSON input data for the state.
|
default StateEnteredEventDetails.Builder |
inputDetails(Consumer<HistoryEventExecutionDataDetails.Builder> inputDetails)
Contains details about the input for an execution history event.
|
StateEnteredEventDetails.Builder |
inputDetails(HistoryEventExecutionDataDetails inputDetails)
Contains details about the input for an execution history event.
|
StateEnteredEventDetails.Builder |
name(String name)
The name of the state.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStateEnteredEventDetails.Builder name(String name)
The name of the state.
name - The name of the state.StateEnteredEventDetails.Builder input(String input)
The string that contains the JSON input data for the state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
input - The string that contains the JSON input data for the state. Length constraints apply to the payload
size, and are expressed as bytes in UTF-8 encoding.StateEnteredEventDetails.Builder inputDetails(HistoryEventExecutionDataDetails inputDetails)
Contains details about the input for an execution history event.
inputDetails - Contains details about the input for an execution history event.default StateEnteredEventDetails.Builder inputDetails(Consumer<HistoryEventExecutionDataDetails.Builder> inputDetails)
Contains details about the input for an execution history event.
This is a convenience that creates an instance of theHistoryEventExecutionDataDetails.Builder
avoiding the need to create one manually via HistoryEventExecutionDataDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to inputDetails(HistoryEventExecutionDataDetails).inputDetails - a consumer that will call methods on HistoryEventExecutionDataDetails.BuilderinputDetails(HistoryEventExecutionDataDetails)Copyright © 2021. All rights reserved.