public static class UpdateVbInstanceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateVbInstanceDetails.Builder displayName(String displayName)
Vb Instance Identifier.
displayName
- the value to setpublic UpdateVbInstanceDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic UpdateVbInstanceDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic UpdateVbInstanceDetails.Builder idcsOpenId(String idcsOpenId)
Encrypted IDCS Open ID token. This is required for pre-UCPIS cloud accounts, but not UCPIS, hence not a required parameter
idcsOpenId
- the value to setpublic UpdateVbInstanceDetails.Builder nodeCount(Integer nodeCount)
The number of Nodes
nodeCount
- the value to setpublic UpdateVbInstanceDetails.Builder isVisualBuilderEnabled(Boolean isVisualBuilderEnabled)
Enable Visual Builder. If Visual Builder is enabled alredy, then it cannot be disabled.
isVisualBuilderEnabled
- the value to setpublic UpdateVbInstanceDetails.Builder customEndpoint(UpdateCustomEndpointDetails customEndpoint)
public UpdateVbInstanceDetails.Builder alternateCustomEndpoints(List<UpdateCustomEndpointDetails> alternateCustomEndpoints)
A list of alternate custom endpoints to be used for the vb instance URL (contact Oracle for alternateCustomEndpoints availability for a specific instance).
alternateCustomEndpoints
- the value to setpublic UpdateVbInstanceDetails build()
public UpdateVbInstanceDetails.Builder copy(UpdateVbInstanceDetails model)
Copyright © 2016–2024. All rights reserved.