public static class StackSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
StackSummary |
build() |
StackSummary.Builder |
compartmentId(String compartmentId)
Unique identifier of the compartment in which the stack resides.
|
StackSummary.Builder |
copy(StackSummary model) |
StackSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
StackSummary.Builder |
description(String description)
General description of the stack.
|
StackSummary.Builder |
displayName(String displayName)
Human-readable display name for the stack.
|
StackSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags associated with this resource.
|
StackSummary.Builder |
id(String id)
Unique identifier of the specified stack.
|
StackSummary.Builder |
lifecycleState(Stack.LifecycleState lifecycleState)
The current lifecycle state of the stack.
|
StackSummary.Builder |
terraformVersion(String terraformVersion)
The version of Terraform specified for the stack.
|
StackSummary.Builder |
timeCreated(Date timeCreated)
The date and time when the stack was created.
|
public StackSummary.Builder id(String id)
Unique identifier of the specified stack.
id
- the value to setpublic StackSummary.Builder compartmentId(String compartmentId)
Unique identifier of the compartment in which the stack resides.
compartmentId
- the value to setpublic StackSummary.Builder displayName(String displayName)
Human-readable display name for the stack.
displayName
- the value to setpublic StackSummary.Builder description(String description)
General description of the stack.
description
- the value to setpublic StackSummary.Builder timeCreated(Date timeCreated)
The date and time when the stack was created. Format is defined by RFC3339. Example:
2020-01-25T21:10:29.600Z
timeCreated
- the value to setpublic StackSummary.Builder lifecycleState(Stack.LifecycleState lifecycleState)
The current lifecycle state of the stack. For more information about stack lifecycle states in Resource Manager, see Key Concepts.
Allowable values: - CREATING - ACTIVE - DELETING - DELETED - FAILED
lifecycleState
- the value to setpublic StackSummary.Builder terraformVersion(String terraformVersion)
The version of Terraform specified for the stack. Example: 0.12.x
terraformVersion
- the value to setpublic StackSummary.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags associated with this resource. Each tag is a key-value pair with no
predefined name, type, or namespace. For more information, see Resource
Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic StackSummary.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 StackSummary build()
public StackSummary.Builder copy(StackSummary model)
Copyright © 2016–2024. All rights reserved.