Class StackSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.resourcemanager.model.StackSummary.Builder
 
- 
- Enclosing class:
- StackSummary
 
 public static class StackSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StackSummarybuild()StackSummary.BuildercompartmentId(String compartmentId)Unique identifier of the compartment in which the stack resides.StackSummary.Buildercopy(StackSummary model)StackSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.StackSummary.Builderdescription(String description)General description of the stack.StackSummary.BuilderdisplayName(String displayName)A user-friendly name.StackSummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags associated with the resource.StackSummary.Builderid(String id)Unique identifier of the specified stack.StackSummary.BuilderlifecycleState(Stack.LifecycleState lifecycleState)The current lifecycle state of the stack.StackSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)The system tags associated with this resource, if any.StackSummary.BuilderterraformVersion(String terraformVersion)The version of Terraform specified for the stack.StackSummary.BuildertimeCreated(Date timeCreated)The date and time when the stack was created.
 
- 
- 
- 
Method Detail- 
idpublic StackSummary.Builder id(String id) Unique identifier of the specified stack.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic StackSummary.Builder compartmentId(String compartmentId) Unique identifier of the compartment in which the stack resides.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic StackSummary.Builder displayName(String displayName) A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic StackSummary.Builder description(String description) General description of the stack.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic 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 - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic 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. - Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
terraformVersionpublic StackSummary.Builder terraformVersion(String terraformVersion) The version of Terraform specified for the stack.Example: 1.5.x - Parameters:
- terraformVersion- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic StackSummary.Builder freeformTags(Map<String,String> freeformTags) Free-form tags associated with the resource.Each tag is a 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
 
 - 
definedTagspublic 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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic StackSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags) The system tags associated with this resource, if any.The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic StackSummary build() 
 - 
copypublic StackSummary.Builder copy(StackSummary model) 
 
- 
 
-