public static class VmClusterUpdateHistoryEntry.Builder extends Object
Modifier and Type | Method and Description |
---|---|
VmClusterUpdateHistoryEntry |
build() |
VmClusterUpdateHistoryEntry.Builder |
copy(VmClusterUpdateHistoryEntry o) |
VmClusterUpdateHistoryEntry.Builder |
id(String id) |
VmClusterUpdateHistoryEntry.Builder |
lifecycleDetails(String lifecycleDetails) |
VmClusterUpdateHistoryEntry.Builder |
lifecycleState(VmClusterUpdateHistoryEntry.LifecycleState lifecycleState) |
VmClusterUpdateHistoryEntry.Builder |
timeCompleted(Date timeCompleted) |
VmClusterUpdateHistoryEntry.Builder |
timeStarted(Date timeStarted) |
String |
toString() |
VmClusterUpdateHistoryEntry.Builder |
updateAction(VmClusterUpdateHistoryEntry.UpdateAction updateAction) |
VmClusterUpdateHistoryEntry.Builder |
updateId(String updateId) |
VmClusterUpdateHistoryEntry.Builder |
updateType(VmClusterUpdateHistoryEntry.UpdateType updateType) |
public VmClusterUpdateHistoryEntry.Builder id(String id)
public VmClusterUpdateHistoryEntry.Builder updateId(String updateId)
public VmClusterUpdateHistoryEntry.Builder updateAction(VmClusterUpdateHistoryEntry.UpdateAction updateAction)
public VmClusterUpdateHistoryEntry.Builder updateType(VmClusterUpdateHistoryEntry.UpdateType updateType)
public VmClusterUpdateHistoryEntry.Builder lifecycleState(VmClusterUpdateHistoryEntry.LifecycleState lifecycleState)
public VmClusterUpdateHistoryEntry.Builder lifecycleDetails(String lifecycleDetails)
public VmClusterUpdateHistoryEntry.Builder timeStarted(Date timeStarted)
public VmClusterUpdateHistoryEntry.Builder timeCompleted(Date timeCompleted)
public VmClusterUpdateHistoryEntry build()
public VmClusterUpdateHistoryEntry.Builder copy(VmClusterUpdateHistoryEntry o)
Copyright © 2016–2022. All rights reserved.