Class UpdateStackDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.resourcemanager.model.UpdateStackDetails.Builder
 
- 
- Enclosing class:
- UpdateStackDetails
 
 public static class UpdateStackDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateStackDetails.Builder displayName(String displayName) A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic UpdateStackDetails.Builder description(String description) Description of the stack.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
configSourcepublic UpdateStackDetails.Builder configSource(UpdateConfigSourceDetails configSource) 
 - 
customTerraformProviderpublic UpdateStackDetails.Builder customTerraformProvider(CustomTerraformProvider customTerraformProvider) 
 - 
isThirdPartyProviderExperienceEnabledpublic UpdateStackDetails.Builder isThirdPartyProviderExperienceEnabled(Boolean isThirdPartyProviderExperienceEnabled) When true, changes the stack’s sourcing of third-party Terraform providers to Terraform Registry and allowscustomTerraformProvider.Applies to older stacks. Once set to true, cannot be reverted. For more information about stack sourcing of third-party Terraform providers, see Third-party Provider Configuration. - Parameters:
- isThirdPartyProviderExperienceEnabled- the value to set
- Returns:
- this builder
 
 - 
variablespublic UpdateStackDetails.Builder variables(Map<String,String> variables) Terraform variables associated with this resource.The maximum number of variables supported is 250. The maximum size of each variable, including both name and value, is 8192 bytes. Example: {“CompartmentId”: “compartment-id-value”} - Parameters:
- variables- the value to set
- Returns:
- this builder
 
 - 
terraformVersionpublic UpdateStackDetails.Builder terraformVersion(String terraformVersion) The version of Terraform to use with the stack.Example: 1.5.x - Parameters:
- terraformVersion- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateStackDetails.Builder freeformTags(Map<String,String> freeformTags) Free-form tags associated with 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”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdateStackDetails.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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateStackDetails build() 
 - 
copypublic UpdateStackDetails.Builder copy(UpdateStackDetails model) 
 
- 
 
-