public static interface LifeCycle.Builder extends SdkPojo, CopyableBuilder<LifeCycle.Builder,LifeCycle>
| Modifier and Type | Method and Description |
|---|---|
LifeCycle.Builder |
addedToServiceDateTime(String addedToServiceDateTime)
The date and time of when the Source Server was added to the service.
|
LifeCycle.Builder |
elapsedReplicationDuration(String elapsedReplicationDuration)
The amount of time that the Source Server has been replicating for.
|
LifeCycle.Builder |
firstByteDateTime(String firstByteDateTime)
The date and time of the first byte that was replicated from the Source Server.
|
default LifeCycle.Builder |
lastLaunch(Consumer<LifeCycleLastLaunch.Builder> lastLaunch)
An object containing information regarding the last launch of the Source Server.
|
LifeCycle.Builder |
lastLaunch(LifeCycleLastLaunch lastLaunch)
An object containing information regarding the last launch of the Source Server.
|
LifeCycle.Builder |
lastSeenByServiceDateTime(String lastSeenByServiceDateTime)
The date and time this Source Server was last seen by the service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLifeCycle.Builder addedToServiceDateTime(String addedToServiceDateTime)
The date and time of when the Source Server was added to the service.
addedToServiceDateTime - The date and time of when the Source Server was added to the service.LifeCycle.Builder elapsedReplicationDuration(String elapsedReplicationDuration)
The amount of time that the Source Server has been replicating for.
elapsedReplicationDuration - The amount of time that the Source Server has been replicating for.LifeCycle.Builder firstByteDateTime(String firstByteDateTime)
The date and time of the first byte that was replicated from the Source Server.
firstByteDateTime - The date and time of the first byte that was replicated from the Source Server.LifeCycle.Builder lastLaunch(LifeCycleLastLaunch lastLaunch)
An object containing information regarding the last launch of the Source Server.
lastLaunch - An object containing information regarding the last launch of the Source Server.default LifeCycle.Builder lastLaunch(Consumer<LifeCycleLastLaunch.Builder> lastLaunch)
An object containing information regarding the last launch of the Source Server.
This is a convenience method that creates an instance of theLifeCycleLastLaunch.Builder avoiding the
need to create one manually via LifeCycleLastLaunch.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to lastLaunch(LifeCycleLastLaunch).
lastLaunch - a consumer that will call methods on LifeCycleLastLaunch.BuilderlastLaunch(LifeCycleLastLaunch)LifeCycle.Builder lastSeenByServiceDateTime(String lastSeenByServiceDateTime)
The date and time this Source Server was last seen by the service.
lastSeenByServiceDateTime - The date and time this Source Server was last seen by the service.Copyright © 2023. All rights reserved.