Uses of Interface
software.amazon.awssdk.services.drs.model.LifeCycleLastLaunchInitiated.Builder
-
Packages that use LifeCycleLastLaunchInitiated.Builder Package Description software.amazon.awssdk.services.drs.model -
-
Uses of LifeCycleLastLaunchInitiated.Builder in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return LifeCycleLastLaunchInitiated.Builder Modifier and Type Method Description LifeCycleLastLaunchInitiated.BuilderLifeCycleLastLaunchInitiated.Builder. apiCallDateTime(String apiCallDateTime)The date and time the last Source Server launch was initiated.static LifeCycleLastLaunchInitiated.BuilderLifeCycleLastLaunchInitiated. builder()LifeCycleLastLaunchInitiated.BuilderLifeCycleLastLaunchInitiated.Builder. jobID(String jobID)The ID of the Job that was used to last launch the Source Server.LifeCycleLastLaunchInitiated.BuilderLifeCycleLastLaunchInitiated. toBuilder()LifeCycleLastLaunchInitiated.BuilderLifeCycleLastLaunchInitiated.Builder. type(String type)The Job type that was used to last launch the Source Server.LifeCycleLastLaunchInitiated.BuilderLifeCycleLastLaunchInitiated.Builder. type(LastLaunchType type)The Job type that was used to last launch the Source Server.Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type LifeCycleLastLaunchInitiated.Builder Modifier and Type Method Description static Class<? extends LifeCycleLastLaunchInitiated.Builder>LifeCycleLastLaunchInitiated. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.drs.model with type arguments of type LifeCycleLastLaunchInitiated.Builder Modifier and Type Method Description default LifeCycleLastLaunch.BuilderLifeCycleLastLaunch.Builder. initiated(Consumer<LifeCycleLastLaunchInitiated.Builder> initiated)An object containing information regarding the initiation of the last launch of a Source Server.
-