public static final class CustomizationTypes.Info.Builder
extends java.lang.Object
CustomizationTypes.Info
.Constructor and Description |
---|
Builder(CustomizationTypes.Info.Status status)
Constructor with parameters for the required properties of
CustomizationTypes.Info . |
Modifier and Type | Method and Description |
---|---|
CustomizationTypes.Info |
build() |
CustomizationTypes.Info.Builder |
setEndTime(java.util.Calendar endTime)
Time when the customization process has completed inside the guest operating
system.
|
CustomizationTypes.Info.Builder |
setError(java.lang.String error)
Description of the error if the
CustomizationTypes.Info.getStatus() of customization
operation is CustomizationTypes.Info.Status.FAILED . |
CustomizationTypes.Info.Builder |
setStartTime(java.util.Calendar startTime)
Time when the customization process has started inside the guest operating
system.
|
public Builder(CustomizationTypes.Info.Status status)
CustomizationTypes.Info
.public CustomizationTypes.Info.Builder setError(java.lang.String error)
CustomizationTypes.Info.getStatus()
of customization
operation is CustomizationTypes.Info.Status.FAILED
. This
property was added in vSphere API 7.0.0.0.
This property will be null
if the status is not FAILED or there is no
information available for the error.error
- New value for the property.public CustomizationTypes.Info.Builder setStartTime(java.util.Calendar startTime)
null
if the status is PENDING.startTime
- New value for the property.public CustomizationTypes.Info.Builder setEndTime(java.util.Calendar endTime)
null
if the status is not SUCCEEDED or FAILED.endTime
- New value for the property.public CustomizationTypes.Info build()