Class CreateVbInstanceDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.visualbuilder.model.CreateVbInstanceDetails.Builder
 
- 
- Enclosing class:
- CreateVbInstanceDetails
 
 public static class CreateVbInstanceDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic CreateVbInstanceDetails.Builder displayName(String displayName) Vb Instance Identifier.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic CreateVbInstanceDetails.Builder compartmentId(String compartmentId) Compartment Identifier.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic CreateVbInstanceDetails.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”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic CreateVbInstanceDetails.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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
idcsOpenIdpublic CreateVbInstanceDetails.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 - Parameters:
- idcsOpenId- the value to set
- Returns:
- this builder
 
 - 
nodeCountpublic CreateVbInstanceDetails.Builder nodeCount(Integer nodeCount) The number of Nodes- Parameters:
- nodeCount- the value to set
- Returns:
- this builder
 
 - 
isVisualBuilderEnabledpublic CreateVbInstanceDetails.Builder isVisualBuilderEnabled(Boolean isVisualBuilderEnabled) Visual Builder is enabled or not.- Parameters:
- isVisualBuilderEnabled- the value to set
- Returns:
- this builder
 
 - 
customEndpointpublic CreateVbInstanceDetails.Builder customEndpoint(CreateCustomEndpointDetails customEndpoint) 
 - 
alternateCustomEndpointspublic CreateVbInstanceDetails.Builder alternateCustomEndpoints(List<CreateCustomEndpointDetails> alternateCustomEndpoints) A list of alternate custom endpoints to be used for the vb instance URL (contact Oracle for alternateCustomEndpoints availability for a specific instance).- Parameters:
- alternateCustomEndpoints- the value to set
- Returns:
- this builder
 
 - 
consumptionModelpublic CreateVbInstanceDetails.Builder consumptionModel(CreateVbInstanceDetails.ConsumptionModel consumptionModel) Optional parameter specifying which entitlement to use for billing purposes.Only required if the account possesses more than one entitlement. - Parameters:
- consumptionModel- the value to set
- Returns:
- this builder
 
 - 
networkEndpointDetailspublic CreateVbInstanceDetails.Builder networkEndpointDetails(NetworkEndpointDetails networkEndpointDetails) 
 - 
buildpublic CreateVbInstanceDetails build() 
 - 
copypublic CreateVbInstanceDetails.Builder copy(CreateVbInstanceDetails model) 
 
- 
 
-