Interface LifeCycleLastLaunch.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LifeCycleLastLaunch.Builder,
,LifeCycleLastLaunch> SdkBuilder<LifeCycleLastLaunch.Builder,
,LifeCycleLastLaunch> SdkPojo
- Enclosing class:
LifeCycleLastLaunch
@Mutable
@NotThreadSafe
public static interface LifeCycleLastLaunch.Builder
extends SdkPojo, CopyableBuilder<LifeCycleLastLaunch.Builder,LifeCycleLastLaunch>
-
Method Summary
Modifier and TypeMethodDescriptiondefault LifeCycleLastLaunch.Builder
initiated
(Consumer<LifeCycleLastLaunchInitiated.Builder> initiated) An object containing information regarding the initiation of the last launch of a Source Server.initiated
(LifeCycleLastLaunchInitiated initiated) An object containing information regarding the initiation of the last launch of a Source Server.Status of Source Server's last launch.status
(LaunchStatus status) Status of Source Server's last launch.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
initiated
An object containing information regarding the initiation of the last launch of a Source Server.
- Parameters:
initiated
- An object containing information regarding the initiation of the last launch of a Source Server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
initiated
default LifeCycleLastLaunch.Builder initiated(Consumer<LifeCycleLastLaunchInitiated.Builder> initiated) An object containing information regarding the initiation of the last launch of a Source Server.
This is a convenience method that creates an instance of theLifeCycleLastLaunchInitiated.Builder
avoiding the need to create one manually viaLifeCycleLastLaunchInitiated.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinitiated(LifeCycleLastLaunchInitiated)
.- Parameters:
initiated
- a consumer that will call methods onLifeCycleLastLaunchInitiated.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Status of Source Server's last launch.
- Parameters:
status
- Status of Source Server's last launch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Status of Source Server's last launch.
- Parameters:
status
- Status of Source Server's last launch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-