public static class CreateStackDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateStackDetails.Builder compartmentId(String compartmentId)
Unique identifier (OCID) of the compartment in which the stack resides.
compartmentId
- the value to setpublic CreateStackDetails.Builder displayName(String displayName)
The stack’s display name.
displayName
- the value to setpublic CreateStackDetails.Builder description(String description)
Description of the stack.
description
- the value to setpublic CreateStackDetails.Builder configSource(CreateConfigSourceDetails configSource)
public CreateStackDetails.Builder customTerraformProvider(CustomTerraformProvider customTerraformProvider)
public CreateStackDetails.Builder variables(Map<String,String> variables)
Terraform variables associated with this resource. 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 CreateStackDetails.Builder terraformVersion(String terraformVersion)
The version of Terraform to use with the stack. Example: 0.12.x
terraformVersion
- the value to setpublic CreateStackDetails.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 CreateStackDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags associated with 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 CreateStackDetails build()
public CreateStackDetails.Builder copy(CreateStackDetails model)
Copyright © 2016–2024. All rights reserved.