public static class UpdateStackDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateStackDetails.Builder displayName(String displayName)
The name of the stack.
displayName
- the value to setpublic UpdateStackDetails.Builder description(String description)
Description of the stack.
description
- the value to setpublic UpdateStackDetails.Builder configSource(UpdateConfigSourceDetails configSource)
public UpdateStackDetails.Builder customTerraformProvider(CustomTerraformProvider customTerraformProvider)
public UpdateStackDetails.Builder isThirdPartyProviderExperienceEnabled(Boolean isThirdPartyProviderExperienceEnabled)
When true
, changes the stack’s sourcing of third-party Terraform providers to
Terraform Registry and allows customTerraformProvider
.
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.
isThirdPartyProviderExperienceEnabled
- the value to setpublic 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"}
variables
- the value to setpublic UpdateStackDetails.Builder terraformVersion(String terraformVersion)
The version of Terraform to use with the stack. Example: 0.12.x
terraformVersion
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic UpdateStackDetails build()
public UpdateStackDetails.Builder copy(UpdateStackDetails model)
Copyright © 2016–2024. All rights reserved.