public static class AddonSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AddonSummary.Builder |
addonError(AddonError addonError)
The error info of the addon.
|
AddonSummary |
build() |
AddonSummary.Builder |
copy(AddonSummary model) |
AddonSummary.Builder |
currentInstalledVersion(String currentInstalledVersion)
current installed version of the addon
|
AddonSummary.Builder |
lifecycleState(AddonLifecycleState lifecycleState)
The state of the addon.
|
AddonSummary.Builder |
name(String name)
The name of the addon.
|
AddonSummary.Builder |
timeCreated(Date timeCreated)
The time the cluster was created.
|
AddonSummary.Builder |
version(String version)
selected addon version, or null indicates autoUpdate
|
public AddonSummary.Builder name(String name)
The name of the addon.
name
- the value to setpublic AddonSummary.Builder version(String version)
selected addon version, or null indicates autoUpdate
version
- the value to setpublic AddonSummary.Builder currentInstalledVersion(String currentInstalledVersion)
current installed version of the addon
currentInstalledVersion
- the value to setpublic AddonSummary.Builder timeCreated(Date timeCreated)
The time the cluster was created.
timeCreated
- the value to setpublic AddonSummary.Builder lifecycleState(AddonLifecycleState lifecycleState)
The state of the addon.
lifecycleState
- the value to setpublic AddonSummary.Builder addonError(AddonError addonError)
The error info of the addon.
addonError
- the value to setpublic AddonSummary build()
public AddonSummary.Builder copy(AddonSummary model)
Copyright © 2016–2024. All rights reserved.