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.
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #events(List) .events - a consumer that will call methods on List.Builder #events(List) Copyright © 2022. All rights reserved.