public static interface OnEnterLifecycle.Builder extends SdkPojo, CopyableBuilder<OnEnterLifecycle.Builder,OnEnterLifecycle>
| Modifier and Type | Method and Description |
|---|---|
OnEnterLifecycle.Builder |
events(Collection<Event> events)
Specifies the actions that are performed when the state is entered and the
condition is
TRUE. |
OnEnterLifecycle.Builder |
events(Consumer<Event.Builder>... events)
Specifies the actions that are performed when the state is entered and the
condition is
TRUE. |
OnEnterLifecycle.Builder |
events(Event... events)
Specifies the actions that are performed when the state is entered and the
condition is
TRUE. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOnEnterLifecycle.Builder events(Collection<Event> events)
Specifies the actions that are performed when the state is entered and the condition is
TRUE.
events - Specifies the actions that are performed when the state is entered and the condition is
TRUE.OnEnterLifecycle.Builder events(Event... events)
Specifies the actions that are performed when the state is entered and the condition is
TRUE.
events - Specifies the actions that are performed when the state is entered and the condition is
TRUE.OnEnterLifecycle.Builder events(Consumer<Event.Builder>... events)
Specifies the actions that are performed when the state is entered and the condition is
TRUE.
Event.Builder avoiding the need to create one
manually via Event.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #events(List.
events - a consumer that will call methods on
Event.Builder#events(java.util.Collection) Copyright © 2023. All rights reserved.