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