Uses of Interface
software.amazon.awssdk.services.drs.model.LifeCycleLastLaunch.Builder
-
Packages that use LifeCycleLastLaunch.Builder Package Description software.amazon.awssdk.services.drs.model -
-
Uses of LifeCycleLastLaunch.Builder in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return LifeCycleLastLaunch.Builder Modifier and Type Method Description static LifeCycleLastLaunch.BuilderLifeCycleLastLaunch. builder()default LifeCycleLastLaunch.BuilderLifeCycleLastLaunch.Builder. initiated(Consumer<LifeCycleLastLaunchInitiated.Builder> initiated)An object containing information regarding the initiation of the last launch of a Source Server.LifeCycleLastLaunch.BuilderLifeCycleLastLaunch.Builder. initiated(LifeCycleLastLaunchInitiated initiated)An object containing information regarding the initiation of the last launch of a Source Server.LifeCycleLastLaunch.BuilderLifeCycleLastLaunch.Builder. status(String status)Status of Source Server's last launch.LifeCycleLastLaunch.BuilderLifeCycleLastLaunch.Builder. status(LaunchStatus status)Status of Source Server's last launch.LifeCycleLastLaunch.BuilderLifeCycleLastLaunch. toBuilder()Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type LifeCycleLastLaunch.Builder Modifier and Type Method Description static Class<? extends LifeCycleLastLaunch.Builder>LifeCycleLastLaunch. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.drs.model with type arguments of type LifeCycleLastLaunch.Builder Modifier and Type Method Description default LifeCycle.BuilderLifeCycle.Builder. lastLaunch(Consumer<LifeCycleLastLaunch.Builder> lastLaunch)An object containing information regarding the last launch of the Source Server.
-