public static interface HistoryEvent.Builder extends CopyableBuilder<HistoryEvent.Builder,HistoryEvent>
| Modifier and Type | Method and Description |
|---|---|
HistoryEvent.Builder |
activityFailedEventDetails(ActivityFailedEventDetails activityFailedEventDetails)
Sets the value of the ActivityFailedEventDetails property for this object.
|
default HistoryEvent.Builder |
activityFailedEventDetails(Consumer<ActivityFailedEventDetails.Builder> activityFailedEventDetails)
Sets the value of the ActivityFailedEventDetails property for this object.
|
HistoryEvent.Builder |
activityScheduledEventDetails(ActivityScheduledEventDetails activityScheduledEventDetails)
Sets the value of the ActivityScheduledEventDetails property for this object.
|
default HistoryEvent.Builder |
activityScheduledEventDetails(Consumer<ActivityScheduledEventDetails.Builder> activityScheduledEventDetails)
Sets the value of the ActivityScheduledEventDetails property for this object.
|
HistoryEvent.Builder |
activityScheduleFailedEventDetails(ActivityScheduleFailedEventDetails activityScheduleFailedEventDetails)
Contains details about an activity schedule event which failed during an execution.
|
default HistoryEvent.Builder |
activityScheduleFailedEventDetails(Consumer<ActivityScheduleFailedEventDetails.Builder> activityScheduleFailedEventDetails)
Contains details about an activity schedule event which failed during an execution.
|
HistoryEvent.Builder |
activityStartedEventDetails(ActivityStartedEventDetails activityStartedEventDetails)
Sets the value of the ActivityStartedEventDetails property for this object.
|
default HistoryEvent.Builder |
activityStartedEventDetails(Consumer<ActivityStartedEventDetails.Builder> activityStartedEventDetails)
Sets the value of the ActivityStartedEventDetails property for this object.
|
HistoryEvent.Builder |
activitySucceededEventDetails(ActivitySucceededEventDetails activitySucceededEventDetails)
Sets the value of the ActivitySucceededEventDetails property for this object.
|
default HistoryEvent.Builder |
activitySucceededEventDetails(Consumer<ActivitySucceededEventDetails.Builder> activitySucceededEventDetails)
Sets the value of the ActivitySucceededEventDetails property for this object.
|
HistoryEvent.Builder |
activityTimedOutEventDetails(ActivityTimedOutEventDetails activityTimedOutEventDetails)
Sets the value of the ActivityTimedOutEventDetails property for this object.
|
default HistoryEvent.Builder |
activityTimedOutEventDetails(Consumer<ActivityTimedOutEventDetails.Builder> activityTimedOutEventDetails)
Sets the value of the ActivityTimedOutEventDetails property for this object.
|
default HistoryEvent.Builder |
executionAbortedEventDetails(Consumer<ExecutionAbortedEventDetails.Builder> executionAbortedEventDetails)
Sets the value of the ExecutionAbortedEventDetails property for this object.
|
HistoryEvent.Builder |
executionAbortedEventDetails(ExecutionAbortedEventDetails executionAbortedEventDetails)
Sets the value of the ExecutionAbortedEventDetails property for this object.
|
default HistoryEvent.Builder |
executionFailedEventDetails(Consumer<ExecutionFailedEventDetails.Builder> executionFailedEventDetails)
Sets the value of the ExecutionFailedEventDetails property for this object.
|
HistoryEvent.Builder |
executionFailedEventDetails(ExecutionFailedEventDetails executionFailedEventDetails)
Sets the value of the ExecutionFailedEventDetails property for this object.
|
default HistoryEvent.Builder |
executionStartedEventDetails(Consumer<ExecutionStartedEventDetails.Builder> executionStartedEventDetails)
Sets the value of the ExecutionStartedEventDetails property for this object.
|
HistoryEvent.Builder |
executionStartedEventDetails(ExecutionStartedEventDetails executionStartedEventDetails)
Sets the value of the ExecutionStartedEventDetails property for this object.
|
default HistoryEvent.Builder |
executionSucceededEventDetails(Consumer<ExecutionSucceededEventDetails.Builder> executionSucceededEventDetails)
Sets the value of the ExecutionSucceededEventDetails property for this object.
|
HistoryEvent.Builder |
executionSucceededEventDetails(ExecutionSucceededEventDetails executionSucceededEventDetails)
Sets the value of the ExecutionSucceededEventDetails property for this object.
|
default HistoryEvent.Builder |
executionTimedOutEventDetails(Consumer<ExecutionTimedOutEventDetails.Builder> executionTimedOutEventDetails)
Sets the value of the ExecutionTimedOutEventDetails property for this object.
|
HistoryEvent.Builder |
executionTimedOutEventDetails(ExecutionTimedOutEventDetails executionTimedOutEventDetails)
Sets the value of the ExecutionTimedOutEventDetails property for this object.
|
HistoryEvent.Builder |
id(Long id)
The id of the event.
|
default HistoryEvent.Builder |
lambdaFunctionFailedEventDetails(Consumer<LambdaFunctionFailedEventDetails.Builder> lambdaFunctionFailedEventDetails)
Sets the value of the LambdaFunctionFailedEventDetails property for this object.
|
HistoryEvent.Builder |
lambdaFunctionFailedEventDetails(LambdaFunctionFailedEventDetails lambdaFunctionFailedEventDetails)
Sets the value of the LambdaFunctionFailedEventDetails property for this object.
|
default HistoryEvent.Builder |
lambdaFunctionScheduledEventDetails(Consumer<LambdaFunctionScheduledEventDetails.Builder> lambdaFunctionScheduledEventDetails)
Sets the value of the LambdaFunctionScheduledEventDetails property for this object.
|
HistoryEvent.Builder |
lambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails lambdaFunctionScheduledEventDetails)
Sets the value of the LambdaFunctionScheduledEventDetails property for this object.
|
default HistoryEvent.Builder |
lambdaFunctionScheduleFailedEventDetails(Consumer<LambdaFunctionScheduleFailedEventDetails.Builder> lambdaFunctionScheduleFailedEventDetails)
Sets the value of the LambdaFunctionScheduleFailedEventDetails property for this object.
|
HistoryEvent.Builder |
lambdaFunctionScheduleFailedEventDetails(LambdaFunctionScheduleFailedEventDetails lambdaFunctionScheduleFailedEventDetails)
Sets the value of the LambdaFunctionScheduleFailedEventDetails property for this object.
|
default HistoryEvent.Builder |
lambdaFunctionStartFailedEventDetails(Consumer<LambdaFunctionStartFailedEventDetails.Builder> lambdaFunctionStartFailedEventDetails)
Contains details about a lambda function which failed to start during an execution.
|
HistoryEvent.Builder |
lambdaFunctionStartFailedEventDetails(LambdaFunctionStartFailedEventDetails lambdaFunctionStartFailedEventDetails)
Contains details about a lambda function which failed to start during an execution.
|
default HistoryEvent.Builder |
lambdaFunctionSucceededEventDetails(Consumer<LambdaFunctionSucceededEventDetails.Builder> lambdaFunctionSucceededEventDetails)
Contains details about a lambda function which terminated successfully during an execution.
|
HistoryEvent.Builder |
lambdaFunctionSucceededEventDetails(LambdaFunctionSucceededEventDetails lambdaFunctionSucceededEventDetails)
Contains details about a lambda function which terminated successfully during an execution.
|
default HistoryEvent.Builder |
lambdaFunctionTimedOutEventDetails(Consumer<LambdaFunctionTimedOutEventDetails.Builder> lambdaFunctionTimedOutEventDetails)
Sets the value of the LambdaFunctionTimedOutEventDetails property for this object.
|
HistoryEvent.Builder |
lambdaFunctionTimedOutEventDetails(LambdaFunctionTimedOutEventDetails lambdaFunctionTimedOutEventDetails)
Sets the value of the LambdaFunctionTimedOutEventDetails property for this object.
|
HistoryEvent.Builder |
previousEventId(Long previousEventId)
The id of the previous event.
|
default HistoryEvent.Builder |
stateEnteredEventDetails(Consumer<StateEnteredEventDetails.Builder> stateEnteredEventDetails)
Sets the value of the StateEnteredEventDetails property for this object.
|
HistoryEvent.Builder |
stateEnteredEventDetails(StateEnteredEventDetails stateEnteredEventDetails)
Sets the value of the StateEnteredEventDetails property for this object.
|
default HistoryEvent.Builder |
stateExitedEventDetails(Consumer<StateExitedEventDetails.Builder> stateExitedEventDetails)
Sets the value of the StateExitedEventDetails property for this object.
|
HistoryEvent.Builder |
stateExitedEventDetails(StateExitedEventDetails stateExitedEventDetails)
Sets the value of the StateExitedEventDetails property for this object.
|
HistoryEvent.Builder |
timestamp(Instant timestamp)
The date the event occurred.
|
HistoryEvent.Builder |
type(HistoryEventType type)
The type of the event.
|
HistoryEvent.Builder |
type(String type)
The type of the event.
|
copyapply, buildHistoryEvent.Builder timestamp(Instant timestamp)
The date the event occurred.
timestamp - The date the event occurred.HistoryEvent.Builder type(String type)
The type of the event.
type - The type of the event.HistoryEventType,
HistoryEventTypeHistoryEvent.Builder type(HistoryEventType type)
The type of the event.
type - The type of the event.HistoryEventType,
HistoryEventTypeHistoryEvent.Builder id(Long id)
The id of the event. Events are numbered sequentially, starting at one.
id - The id of the event. Events are numbered sequentially, starting at one.HistoryEvent.Builder previousEventId(Long previousEventId)
The id of the previous event.
previousEventId - The id of the previous event.HistoryEvent.Builder activityFailedEventDetails(ActivityFailedEventDetails activityFailedEventDetails)
activityFailedEventDetails - The new value for the ActivityFailedEventDetails property for this object.default HistoryEvent.Builder activityFailedEventDetails(Consumer<ActivityFailedEventDetails.Builder> activityFailedEventDetails)
ActivityFailedEventDetails.Builder avoiding the
need to create one manually via ActivityFailedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to activityFailedEventDetails(ActivityFailedEventDetails).activityFailedEventDetails - a consumer that will call methods on ActivityFailedEventDetails.BuilderactivityFailedEventDetails(ActivityFailedEventDetails)HistoryEvent.Builder activityScheduleFailedEventDetails(ActivityScheduleFailedEventDetails activityScheduleFailedEventDetails)
Contains details about an activity schedule event which failed during an execution.
activityScheduleFailedEventDetails - Contains details about an activity schedule event which failed during an execution.default HistoryEvent.Builder activityScheduleFailedEventDetails(Consumer<ActivityScheduleFailedEventDetails.Builder> activityScheduleFailedEventDetails)
Contains details about an activity schedule event which failed during an execution.
This is a convenience that creates an instance of theActivityScheduleFailedEventDetails.Builder
avoiding the need to create one manually via ActivityScheduleFailedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
activityScheduleFailedEventDetails(ActivityScheduleFailedEventDetails).activityScheduleFailedEventDetails - a consumer that will call methods on ActivityScheduleFailedEventDetails.BuilderactivityScheduleFailedEventDetails(ActivityScheduleFailedEventDetails)HistoryEvent.Builder activityScheduledEventDetails(ActivityScheduledEventDetails activityScheduledEventDetails)
activityScheduledEventDetails - The new value for the ActivityScheduledEventDetails property for this object.default HistoryEvent.Builder activityScheduledEventDetails(Consumer<ActivityScheduledEventDetails.Builder> activityScheduledEventDetails)
ActivityScheduledEventDetails.Builder avoiding
the need to create one manually via ActivityScheduledEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to activityScheduledEventDetails(ActivityScheduledEventDetails)
.activityScheduledEventDetails - a consumer that will call methods on ActivityScheduledEventDetails.BuilderactivityScheduledEventDetails(ActivityScheduledEventDetails)HistoryEvent.Builder activityStartedEventDetails(ActivityStartedEventDetails activityStartedEventDetails)
activityStartedEventDetails - The new value for the ActivityStartedEventDetails property for this object.default HistoryEvent.Builder activityStartedEventDetails(Consumer<ActivityStartedEventDetails.Builder> activityStartedEventDetails)
ActivityStartedEventDetails.Builder avoiding
the need to create one manually via ActivityStartedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to activityStartedEventDetails(ActivityStartedEventDetails).activityStartedEventDetails - a consumer that will call methods on ActivityStartedEventDetails.BuilderactivityStartedEventDetails(ActivityStartedEventDetails)HistoryEvent.Builder activitySucceededEventDetails(ActivitySucceededEventDetails activitySucceededEventDetails)
activitySucceededEventDetails - The new value for the ActivitySucceededEventDetails property for this object.default HistoryEvent.Builder activitySucceededEventDetails(Consumer<ActivitySucceededEventDetails.Builder> activitySucceededEventDetails)
ActivitySucceededEventDetails.Builder avoiding
the need to create one manually via ActivitySucceededEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to activitySucceededEventDetails(ActivitySucceededEventDetails)
.activitySucceededEventDetails - a consumer that will call methods on ActivitySucceededEventDetails.BuilderactivitySucceededEventDetails(ActivitySucceededEventDetails)HistoryEvent.Builder activityTimedOutEventDetails(ActivityTimedOutEventDetails activityTimedOutEventDetails)
activityTimedOutEventDetails - The new value for the ActivityTimedOutEventDetails property for this object.default HistoryEvent.Builder activityTimedOutEventDetails(Consumer<ActivityTimedOutEventDetails.Builder> activityTimedOutEventDetails)
ActivityTimedOutEventDetails.Builder avoiding
the need to create one manually via ActivityTimedOutEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to activityTimedOutEventDetails(ActivityTimedOutEventDetails).activityTimedOutEventDetails - a consumer that will call methods on ActivityTimedOutEventDetails.BuilderactivityTimedOutEventDetails(ActivityTimedOutEventDetails)HistoryEvent.Builder executionFailedEventDetails(ExecutionFailedEventDetails executionFailedEventDetails)
executionFailedEventDetails - The new value for the ExecutionFailedEventDetails property for this object.default HistoryEvent.Builder executionFailedEventDetails(Consumer<ExecutionFailedEventDetails.Builder> executionFailedEventDetails)
ExecutionFailedEventDetails.Builder avoiding
the need to create one manually via ExecutionFailedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to executionFailedEventDetails(ExecutionFailedEventDetails).executionFailedEventDetails - a consumer that will call methods on ExecutionFailedEventDetails.BuilderexecutionFailedEventDetails(ExecutionFailedEventDetails)HistoryEvent.Builder executionStartedEventDetails(ExecutionStartedEventDetails executionStartedEventDetails)
executionStartedEventDetails - The new value for the ExecutionStartedEventDetails property for this object.default HistoryEvent.Builder executionStartedEventDetails(Consumer<ExecutionStartedEventDetails.Builder> executionStartedEventDetails)
ExecutionStartedEventDetails.Builder avoiding
the need to create one manually via ExecutionStartedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to executionStartedEventDetails(ExecutionStartedEventDetails).executionStartedEventDetails - a consumer that will call methods on ExecutionStartedEventDetails.BuilderexecutionStartedEventDetails(ExecutionStartedEventDetails)HistoryEvent.Builder executionSucceededEventDetails(ExecutionSucceededEventDetails executionSucceededEventDetails)
executionSucceededEventDetails - The new value for the ExecutionSucceededEventDetails property for this object.default HistoryEvent.Builder executionSucceededEventDetails(Consumer<ExecutionSucceededEventDetails.Builder> executionSucceededEventDetails)
ExecutionSucceededEventDetails.Builder avoiding
the need to create one manually via ExecutionSucceededEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
executionSucceededEventDetails(ExecutionSucceededEventDetails).executionSucceededEventDetails - a consumer that will call methods on ExecutionSucceededEventDetails.BuilderexecutionSucceededEventDetails(ExecutionSucceededEventDetails)HistoryEvent.Builder executionAbortedEventDetails(ExecutionAbortedEventDetails executionAbortedEventDetails)
executionAbortedEventDetails - The new value for the ExecutionAbortedEventDetails property for this object.default HistoryEvent.Builder executionAbortedEventDetails(Consumer<ExecutionAbortedEventDetails.Builder> executionAbortedEventDetails)
ExecutionAbortedEventDetails.Builder avoiding
the need to create one manually via ExecutionAbortedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to executionAbortedEventDetails(ExecutionAbortedEventDetails).executionAbortedEventDetails - a consumer that will call methods on ExecutionAbortedEventDetails.BuilderexecutionAbortedEventDetails(ExecutionAbortedEventDetails)HistoryEvent.Builder executionTimedOutEventDetails(ExecutionTimedOutEventDetails executionTimedOutEventDetails)
executionTimedOutEventDetails - The new value for the ExecutionTimedOutEventDetails property for this object.default HistoryEvent.Builder executionTimedOutEventDetails(Consumer<ExecutionTimedOutEventDetails.Builder> executionTimedOutEventDetails)
ExecutionTimedOutEventDetails.Builder avoiding
the need to create one manually via ExecutionTimedOutEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to executionTimedOutEventDetails(ExecutionTimedOutEventDetails)
.executionTimedOutEventDetails - a consumer that will call methods on ExecutionTimedOutEventDetails.BuilderexecutionTimedOutEventDetails(ExecutionTimedOutEventDetails)HistoryEvent.Builder lambdaFunctionFailedEventDetails(LambdaFunctionFailedEventDetails lambdaFunctionFailedEventDetails)
lambdaFunctionFailedEventDetails - The new value for the LambdaFunctionFailedEventDetails property for this object.default HistoryEvent.Builder lambdaFunctionFailedEventDetails(Consumer<LambdaFunctionFailedEventDetails.Builder> lambdaFunctionFailedEventDetails)
LambdaFunctionFailedEventDetails.Builder
avoiding the need to create one manually via LambdaFunctionFailedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
lambdaFunctionFailedEventDetails(LambdaFunctionFailedEventDetails).lambdaFunctionFailedEventDetails - a consumer that will call methods on LambdaFunctionFailedEventDetails.BuilderlambdaFunctionFailedEventDetails(LambdaFunctionFailedEventDetails)HistoryEvent.Builder lambdaFunctionScheduleFailedEventDetails(LambdaFunctionScheduleFailedEventDetails lambdaFunctionScheduleFailedEventDetails)
lambdaFunctionScheduleFailedEventDetails - The new value for the LambdaFunctionScheduleFailedEventDetails property for this object.default HistoryEvent.Builder lambdaFunctionScheduleFailedEventDetails(Consumer<LambdaFunctionScheduleFailedEventDetails.Builder> lambdaFunctionScheduleFailedEventDetails)
LambdaFunctionScheduleFailedEventDetails.Builder avoiding the need to create one manually via
LambdaFunctionScheduleFailedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
lambdaFunctionScheduleFailedEventDetails(LambdaFunctionScheduleFailedEventDetails).lambdaFunctionScheduleFailedEventDetails - a consumer that will call methods on LambdaFunctionScheduleFailedEventDetails.BuilderlambdaFunctionScheduleFailedEventDetails(LambdaFunctionScheduleFailedEventDetails)HistoryEvent.Builder lambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails lambdaFunctionScheduledEventDetails)
lambdaFunctionScheduledEventDetails - The new value for the LambdaFunctionScheduledEventDetails property for this object.default HistoryEvent.Builder lambdaFunctionScheduledEventDetails(Consumer<LambdaFunctionScheduledEventDetails.Builder> lambdaFunctionScheduledEventDetails)
LambdaFunctionScheduledEventDetails.Builder
avoiding the need to create one manually via LambdaFunctionScheduledEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
lambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails).lambdaFunctionScheduledEventDetails - a consumer that will call methods on LambdaFunctionScheduledEventDetails.BuilderlambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails)HistoryEvent.Builder lambdaFunctionStartFailedEventDetails(LambdaFunctionStartFailedEventDetails lambdaFunctionStartFailedEventDetails)
Contains details about a lambda function which failed to start during an execution.
lambdaFunctionStartFailedEventDetails - Contains details about a lambda function which failed to start during an execution.default HistoryEvent.Builder lambdaFunctionStartFailedEventDetails(Consumer<LambdaFunctionStartFailedEventDetails.Builder> lambdaFunctionStartFailedEventDetails)
Contains details about a lambda function which failed to start during an execution.
This is a convenience that creates an instance of theLambdaFunctionStartFailedEventDetails.Builder
avoiding the need to create one manually via LambdaFunctionStartFailedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
lambdaFunctionStartFailedEventDetails(LambdaFunctionStartFailedEventDetails).lambdaFunctionStartFailedEventDetails - a consumer that will call methods on LambdaFunctionStartFailedEventDetails.BuilderlambdaFunctionStartFailedEventDetails(LambdaFunctionStartFailedEventDetails)HistoryEvent.Builder lambdaFunctionSucceededEventDetails(LambdaFunctionSucceededEventDetails lambdaFunctionSucceededEventDetails)
Contains details about a lambda function which terminated successfully during an execution.
lambdaFunctionSucceededEventDetails - Contains details about a lambda function which terminated successfully during an execution.default HistoryEvent.Builder lambdaFunctionSucceededEventDetails(Consumer<LambdaFunctionSucceededEventDetails.Builder> lambdaFunctionSucceededEventDetails)
Contains details about a lambda function which terminated successfully during an execution.
This is a convenience that creates an instance of theLambdaFunctionSucceededEventDetails.Builder
avoiding the need to create one manually via LambdaFunctionSucceededEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
lambdaFunctionSucceededEventDetails(LambdaFunctionSucceededEventDetails).lambdaFunctionSucceededEventDetails - a consumer that will call methods on LambdaFunctionSucceededEventDetails.BuilderlambdaFunctionSucceededEventDetails(LambdaFunctionSucceededEventDetails)HistoryEvent.Builder lambdaFunctionTimedOutEventDetails(LambdaFunctionTimedOutEventDetails lambdaFunctionTimedOutEventDetails)
lambdaFunctionTimedOutEventDetails - The new value for the LambdaFunctionTimedOutEventDetails property for this object.default HistoryEvent.Builder lambdaFunctionTimedOutEventDetails(Consumer<LambdaFunctionTimedOutEventDetails.Builder> lambdaFunctionTimedOutEventDetails)
LambdaFunctionTimedOutEventDetails.Builder
avoiding the need to create one manually via LambdaFunctionTimedOutEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
lambdaFunctionTimedOutEventDetails(LambdaFunctionTimedOutEventDetails).lambdaFunctionTimedOutEventDetails - a consumer that will call methods on LambdaFunctionTimedOutEventDetails.BuilderlambdaFunctionTimedOutEventDetails(LambdaFunctionTimedOutEventDetails)HistoryEvent.Builder stateEnteredEventDetails(StateEnteredEventDetails stateEnteredEventDetails)
stateEnteredEventDetails - The new value for the StateEnteredEventDetails property for this object.default HistoryEvent.Builder stateEnteredEventDetails(Consumer<StateEnteredEventDetails.Builder> stateEnteredEventDetails)
StateEnteredEventDetails.Builder avoiding the
need to create one manually via StateEnteredEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to stateEnteredEventDetails(StateEnteredEventDetails).stateEnteredEventDetails - a consumer that will call methods on StateEnteredEventDetails.BuilderstateEnteredEventDetails(StateEnteredEventDetails)HistoryEvent.Builder stateExitedEventDetails(StateExitedEventDetails stateExitedEventDetails)
stateExitedEventDetails - The new value for the StateExitedEventDetails property for this object.default HistoryEvent.Builder stateExitedEventDetails(Consumer<StateExitedEventDetails.Builder> stateExitedEventDetails)
StateExitedEventDetails.Builder avoiding the
need to create one manually via StateExitedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to stateExitedEventDetails(StateExitedEventDetails).stateExitedEventDetails - a consumer that will call methods on StateExitedEventDetails.BuilderstateExitedEventDetails(StateExitedEventDetails)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.