public static interface LifeCycleLastLaunch.Builder extends SdkPojo, CopyableBuilder<LifeCycleLastLaunch.Builder,LifeCycleLastLaunch>
| Modifier and Type | Method and Description |
|---|---|
default LifeCycleLastLaunch.Builder |
initiated(Consumer<LifeCycleLastLaunchInitiated.Builder> initiated)
An object containing information regarding the initiation of the last launch of a Source Server.
|
LifeCycleLastLaunch.Builder |
initiated(LifeCycleLastLaunchInitiated initiated)
An object containing information regarding the initiation of the last launch of a Source Server.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLifeCycleLastLaunch.Builder initiated(LifeCycleLastLaunchInitiated initiated)
An object containing information regarding the initiation of the last launch of a Source Server.
initiated - An object containing information regarding the initiation of the last launch of a Source Server.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 via LifeCycleLastLaunchInitiated.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to initiated(LifeCycleLastLaunchInitiated).
initiated - a consumer that will call methods on LifeCycleLastLaunchInitiated.Builderinitiated(LifeCycleLastLaunchInitiated)Copyright © 2022. All rights reserved.