public static class AddonOptionSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AddonOptionSummary.Builder |
addonGroup(String addonGroup)
Addon group info, a namespace concept that groups addons with similar functionalities.
|
AddonOptionSummary.Builder |
addonSchemaVersion(String addonSchemaVersion)
Addon definition schema version to validate addon.
|
AddonOptionSummary |
build() |
AddonOptionSummary.Builder |
copy(AddonOptionSummary model) |
AddonOptionSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
AddonOptionSummary.Builder |
description(String description)
Description on the addon.
|
AddonOptionSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
AddonOptionSummary.Builder |
isEssential(Boolean isEssential)
Is it an essential addon for cluster operation or not.
|
AddonOptionSummary.Builder |
lifecycleState(AddonOptionSummary.LifecycleState lifecycleState)
The life cycle state of the addon.
|
AddonOptionSummary.Builder |
name(String name)
Name of the addon and it would be unique.
|
AddonOptionSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
AddonOptionSummary.Builder |
timeCreated(Date timeCreated)
The time the work request was created.
|
AddonOptionSummary.Builder |
versions(List<AddonVersions> versions)
The resources this work request affects.
|
public AddonOptionSummary.Builder name(String name)
Name of the addon and it would be unique.
name
- the value to setpublic AddonOptionSummary.Builder addonSchemaVersion(String addonSchemaVersion)
Addon definition schema version to validate addon.
addonSchemaVersion
- the value to setpublic AddonOptionSummary.Builder addonGroup(String addonGroup)
Addon group info, a namespace concept that groups addons with similar functionalities.
addonGroup
- the value to setpublic AddonOptionSummary.Builder lifecycleState(AddonOptionSummary.LifecycleState lifecycleState)
The life cycle state of the addon.
lifecycleState
- the value to setpublic AddonOptionSummary.Builder description(String description)
Description on the addon.
description
- the value to setpublic AddonOptionSummary.Builder isEssential(Boolean isEssential)
Is it an essential addon for cluster operation or not.
isEssential
- the value to setpublic AddonOptionSummary.Builder versions(List<AddonVersions> versions)
The resources this work request affects.
versions
- the value to setpublic AddonOptionSummary.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined
name, type, or namespace. For more information, see Resource
Tags. Example:
{"Department": "Finance"}
freeformTags
- the value to setpublic AddonOptionSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For
more information, see Resource
Tags. Example:
{"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic AddonOptionSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic AddonOptionSummary.Builder timeCreated(Date timeCreated)
The time the work request was created.
timeCreated
- the value to setpublic AddonOptionSummary build()
public AddonOptionSummary.Builder copy(AddonOptionSummary model)
Copyright © 2016–2024. All rights reserved.