Interface LifeCycleLastLaunchInitiated.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LifeCycleLastLaunchInitiated.Builder,
,LifeCycleLastLaunchInitiated> SdkBuilder<LifeCycleLastLaunchInitiated.Builder,
,LifeCycleLastLaunchInitiated> SdkPojo
- Enclosing class:
LifeCycleLastLaunchInitiated
public static interface LifeCycleLastLaunchInitiated.Builder
extends SdkPojo, CopyableBuilder<LifeCycleLastLaunchInitiated.Builder,LifeCycleLastLaunchInitiated>
-
Method Summary
Modifier and TypeMethodDescriptionapiCallDateTime
(String apiCallDateTime) The date and time the last Source Server launch was initiated.The ID of the Job that was used to last launch the Source Server.The Job type that was used to last launch the Source Server.type
(LastLaunchType type) The Job type that was used to last launch the Source Server.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, sdkFields
-
Method Details
-
apiCallDateTime
The date and time the last Source Server launch was initiated.
- Parameters:
apiCallDateTime
- The date and time the last Source Server launch was initiated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobID
The ID of the Job that was used to last launch the Source Server.
- Parameters:
jobID
- The ID of the Job that was used to last launch the Source Server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The Job type that was used to last launch the Source Server.
- Parameters:
type
- The Job type that was used to last launch the Source Server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The Job type that was used to last launch the Source Server.
- Parameters:
type
- The Job type that was used to last launch the Source Server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-