public static class VbInstanceSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VbInstanceSummary.Builder |
alternateCustomEndpoints(List<CustomEndpointDetails> alternateCustomEndpoints)
A list of alternate custom endpoints used for the vb instance URL.
|
VbInstanceSummary |
build() |
VbInstanceSummary.Builder |
compartmentId(String compartmentId)
Compartment Identifier.
|
VbInstanceSummary.Builder |
consumptionModel(VbInstanceSummary.ConsumptionModel consumptionModel)
The entitlement used for billing purposes.
|
VbInstanceSummary.Builder |
copy(VbInstanceSummary model) |
VbInstanceSummary.Builder |
customEndpoint(CustomEndpointDetails customEndpoint) |
VbInstanceSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
VbInstanceSummary.Builder |
displayName(String displayName)
Vb Instance Identifier, can be renamed.
|
VbInstanceSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
VbInstanceSummary.Builder |
id(String id)
Unique identifier that is immutable on creation.
|
VbInstanceSummary.Builder |
instanceUrl(String instanceUrl)
The Vb Instance URL.
|
VbInstanceSummary.Builder |
isVisualBuilderEnabled(Boolean isVisualBuilderEnabled)
Visual Builder is enabled or not.
|
VbInstanceSummary.Builder |
lifecycleState(VbInstanceSummary.LifecycleState lifecycleState)
The current state of the Vb Instance.
|
VbInstanceSummary.Builder |
nodeCount(Integer nodeCount)
The number of Nodes
|
VbInstanceSummary.Builder |
stateMessage(String stateMessage)
An message describing the current state in more detail.
|
VbInstanceSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
VbInstanceSummary.Builder |
timeCreated(Date timeCreated)
The time the the Vb Instance was created.
|
VbInstanceSummary.Builder |
timeUpdated(Date timeUpdated)
The time the VbInstance was updated.
|
public VbInstanceSummary.Builder id(String id)
Unique identifier that is immutable on creation.
id
- the value to setpublic VbInstanceSummary.Builder displayName(String displayName)
Vb Instance Identifier, can be renamed.
displayName
- the value to setpublic VbInstanceSummary.Builder compartmentId(String compartmentId)
Compartment Identifier.
compartmentId
- the value to setpublic VbInstanceSummary.Builder timeCreated(Date timeCreated)
The time the the Vb Instance was created. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic VbInstanceSummary.Builder timeUpdated(Date timeUpdated)
The time the VbInstance was updated. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic VbInstanceSummary.Builder lifecycleState(VbInstanceSummary.LifecycleState lifecycleState)
The current state of the Vb Instance.
lifecycleState
- the value to setpublic VbInstanceSummary.Builder stateMessage(String stateMessage)
An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
stateMessage
- the value to setpublic VbInstanceSummary.Builder instanceUrl(String instanceUrl)
The Vb Instance URL.
instanceUrl
- the value to setpublic VbInstanceSummary.Builder nodeCount(Integer nodeCount)
The number of Nodes
nodeCount
- the value to setpublic VbInstanceSummary.Builder isVisualBuilderEnabled(Boolean isVisualBuilderEnabled)
Visual Builder is enabled or not.
isVisualBuilderEnabled
- the value to setpublic VbInstanceSummary.Builder customEndpoint(CustomEndpointDetails customEndpoint)
public VbInstanceSummary.Builder alternateCustomEndpoints(List<CustomEndpointDetails> alternateCustomEndpoints)
A list of alternate custom endpoints used for the vb instance URL.
alternateCustomEndpoints
- the value to setpublic VbInstanceSummary.Builder consumptionModel(VbInstanceSummary.ConsumptionModel consumptionModel)
The entitlement used for billing purposes.
consumptionModel
- the value to setpublic VbInstanceSummary.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 VbInstanceSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic VbInstanceSummary.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 VbInstanceSummary build()
public VbInstanceSummary.Builder copy(VbInstanceSummary model)
Copyright © 2016–2024. All rights reserved.