public static class VbInstance.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VbInstance.Builder |
alternateCustomEndpoints(List<CustomEndpointDetails> alternateCustomEndpoints)
A list of alternate custom endpoints used for the vb instance URL.
|
VbInstance.Builder |
attachments(List<AttachmentDetails> attachments)
A list of associated attachments to other services
|
VbInstance |
build() |
VbInstance.Builder |
compartmentId(String compartmentId)
Compartment Identifier.
|
VbInstance.Builder |
consumptionModel(VbInstance.ConsumptionModel consumptionModel)
The entitlement used for billing purposes.
|
VbInstance.Builder |
copy(VbInstance model) |
VbInstance.Builder |
customEndpoint(CustomEndpointDetails customEndpoint) |
VbInstance.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
VbInstance.Builder |
displayName(String displayName)
Vb Instance Identifier, can be renamed.
|
VbInstance.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
VbInstance.Builder |
id(String id)
Unique identifier that is immutable on creation.
|
VbInstance.Builder |
idcsInfo(IdcsInfoDetails idcsInfo) |
VbInstance.Builder |
instanceUrl(String instanceUrl)
The Vb Instance URL.
|
VbInstance.Builder |
isVisualBuilderEnabled(Boolean isVisualBuilderEnabled)
Visual Builder is enabled or not.
|
VbInstance.Builder |
lifecycleState(VbInstance.LifecycleState lifecycleState)
The current state of the vb instance.
|
VbInstance.Builder |
managementNatGatewayIp(String managementNatGatewayIp)
The NAT gateway IP address for the VB management VCN
|
VbInstance.Builder |
managementVcnId(String managementVcnId)
The Oracle Cloud ID (OCID) of the Visual Builder management VCN
|
VbInstance.Builder |
nodeCount(Integer nodeCount)
The number of Nodes
|
VbInstance.Builder |
serviceNatGatewayIp(String serviceNatGatewayIp)
The NAT gateway IP address for the VB service VCN
|
VbInstance.Builder |
serviceVcnId(String serviceVcnId)
The Oracle Cloud ID (OCID) of the Visual Builder service VCN
|
VbInstance.Builder |
stateMessage(String stateMessage)
An message describing the current state in more detail.
|
VbInstance.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
VbInstance.Builder |
timeCreated(Date timeCreated)
The time the the VbInstance was created.
|
VbInstance.Builder |
timeUpdated(Date timeUpdated)
The time the VbInstance was updated.
|
public VbInstance.Builder id(String id)
Unique identifier that is immutable on creation.
id
- the value to setpublic VbInstance.Builder displayName(String displayName)
Vb Instance Identifier, can be renamed.
displayName
- the value to setpublic VbInstance.Builder compartmentId(String compartmentId)
Compartment Identifier.
compartmentId
- the value to setpublic VbInstance.Builder timeCreated(Date timeCreated)
The time the the VbInstance was created. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic VbInstance.Builder timeUpdated(Date timeUpdated)
The time the VbInstance was updated. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic VbInstance.Builder lifecycleState(VbInstance.LifecycleState lifecycleState)
The current state of the vb instance.
lifecycleState
- the value to setpublic VbInstance.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 VbInstance.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 VbInstance.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 VbInstance.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 VbInstance.Builder instanceUrl(String instanceUrl)
The Vb Instance URL.
instanceUrl
- the value to setpublic VbInstance.Builder nodeCount(Integer nodeCount)
The number of Nodes
nodeCount
- the value to setpublic VbInstance.Builder isVisualBuilderEnabled(Boolean isVisualBuilderEnabled)
Visual Builder is enabled or not.
isVisualBuilderEnabled
- the value to setpublic VbInstance.Builder customEndpoint(CustomEndpointDetails customEndpoint)
public VbInstance.Builder alternateCustomEndpoints(List<CustomEndpointDetails> alternateCustomEndpoints)
A list of alternate custom endpoints used for the vb instance URL.
alternateCustomEndpoints
- the value to setpublic VbInstance.Builder consumptionModel(VbInstance.ConsumptionModel consumptionModel)
The entitlement used for billing purposes.
consumptionModel
- the value to setpublic VbInstance.Builder idcsInfo(IdcsInfoDetails idcsInfo)
public VbInstance.Builder attachments(List<AttachmentDetails> attachments)
A list of associated attachments to other services
attachments
- the value to setpublic VbInstance.Builder serviceNatGatewayIp(String serviceNatGatewayIp)
The NAT gateway IP address for the VB service VCN
serviceNatGatewayIp
- the value to setpublic VbInstance.Builder managementNatGatewayIp(String managementNatGatewayIp)
The NAT gateway IP address for the VB management VCN
managementNatGatewayIp
- the value to setpublic VbInstance.Builder serviceVcnId(String serviceVcnId)
The Oracle Cloud ID (OCID) of the Visual Builder service VCN
serviceVcnId
- the value to setpublic VbInstance.Builder managementVcnId(String managementVcnId)
The Oracle Cloud ID (OCID) of the Visual Builder management VCN
managementVcnId
- the value to setpublic VbInstance build()
public VbInstance.Builder copy(VbInstance model)
Copyright © 2016–2024. All rights reserved.