public static class UpdateStackDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateStackDetails |
build() |
UpdateStackDetails.Builder |
configSource(UpdateConfigSourceDetails configSource) |
UpdateStackDetails.Builder |
copy(UpdateStackDetails o) |
UpdateStackDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateStackDetails.Builder |
description(String description)
Description of the stack.
|
UpdateStackDetails.Builder |
displayName(String displayName)
The name of the stack.
|
UpdateStackDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags associated with this resource.
|
UpdateStackDetails.Builder |
terraformVersion(String terraformVersion)
The version of Terraform to use with the stack.
|
UpdateStackDetails.Builder |
variables(Map<String,String> variables)
Terraform variables associated with this resource.
|
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 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 o)
Copyright © 2016–2022. All rights reserved.