Class UpdateStackDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.resourcemanager.model.UpdateStackDetails.Builder
-
- Enclosing class:
- UpdateStackDetails
public static class UpdateStackDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public UpdateStackDetails.Builder displayName(String displayName)
The name of the stack.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
description
public UpdateStackDetails.Builder description(String description)
Description of the stack.- Parameters:
description
- the value to set- Returns:
- this builder
-
configSource
public UpdateStackDetails.Builder configSource(UpdateConfigSourceDetails configSource)
-
customTerraformProvider
public UpdateStackDetails.Builder customTerraformProvider(CustomTerraformProvider customTerraformProvider)
-
isThirdPartyProviderExperienceEnabled
public 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
-
variables
public 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
-
terraformVersion
public UpdateStackDetails.Builder terraformVersion(String terraformVersion)
The version of Terraform to use with the stack.Example: 0.12.x
- Parameters:
terraformVersion
- the value to set- Returns:
- this builder
-
freeformTags
public 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
-
definedTags
public 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
-
build
public UpdateStackDetails build()
-
copy
public UpdateStackDetails.Builder copy(UpdateStackDetails model)
-
-