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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LifeCycleLastLaunchInitiated.BuilderapiCallDateTime(String apiCallDateTime)The date and time the last Source Server launch was initiated.LifeCycleLastLaunchInitiated.BuilderjobID(String jobID)The ID of the Job that was used to last launch the Source Server.LifeCycleLastLaunchInitiated.Buildertype(String type)The Job type that was used to last launch the Source Server.LifeCycleLastLaunchInitiated.Buildertype(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 Detail
-
apiCallDateTime
LifeCycleLastLaunchInitiated.Builder apiCallDateTime(String 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
LifeCycleLastLaunchInitiated.Builder jobID(String 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
LifeCycleLastLaunchInitiated.Builder type(String 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:
LastLaunchType,LastLaunchType
-
type
LifeCycleLastLaunchInitiated.Builder type(LastLaunchType 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:
LastLaunchType,LastLaunchType
-
-