Interface OnEnterLifecycle.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<OnEnterLifecycle.Builder,,- OnEnterLifecycle> - SdkBuilder<OnEnterLifecycle.Builder,,- OnEnterLifecycle> - SdkPojo
- Enclosing class:
- OnEnterLifecycle
@Mutable
@NotThreadSafe
public static interface OnEnterLifecycle.Builder
extends SdkPojo, CopyableBuilder<OnEnterLifecycle.Builder,OnEnterLifecycle> 
- 
Method SummaryModifier and TypeMethodDescriptionevents(Collection<Event> events) Specifies the actions that are performed when the state is entered and theconditionisTRUE.events(Consumer<Event.Builder>... events) Specifies the actions that are performed when the state is entered and theconditionisTRUE.Specifies the actions that are performed when the state is entered and theconditionisTRUE.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
eventsSpecifies the actions that are performed when the state is entered and the conditionisTRUE.- Parameters:
- events- Specifies the actions that are performed when the state is entered and the- conditionis- TRUE.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventsSpecifies the actions that are performed when the state is entered and the conditionisTRUE.- Parameters:
- events- Specifies the actions that are performed when the state is entered and the- conditionis- TRUE.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventsSpecifies the actions that are performed when the state is entered and the This is a convenience method that creates an instance of theconditionisTRUE.Event.Builderavoiding the need to create one manually viaEvent.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toevents(List<Event>).- Parameters:
- events- a consumer that will call methods on- Event.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-