Package com.oracle.bmc.rover.model
Class RoverClusterSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.rover.model.RoverClusterSummary.Builder
 
- 
- Enclosing class:
- RoverClusterSummary
 
 public static class RoverClusterSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RoverClusterSummarybuild()RoverClusterSummary.BuilderclusterSize(Integer clusterSize)Size of the cluster.RoverClusterSummary.BuilderclusterType(ClusterType clusterType)Type of cluster.RoverClusterSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment containing the RoverCluster.RoverClusterSummary.Buildercopy(RoverClusterSummary model)RoverClusterSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)The defined tags associated with this resource, if any.RoverClusterSummary.BuilderdisplayName(String displayName)A user-friendly name.RoverClusterSummary.BuilderfreeformTags(Map<String,String> freeformTags)The freeform tags associated with this resource, if any.RoverClusterSummary.Builderid(String id)The OCID of RoverCluster.RoverClusterSummary.BuilderlifecycleState(LifecycleState lifecycleState)The current state of the RoverCluster.RoverClusterSummary.BuilderlifecycleStateDetails(String lifecycleStateDetails)A property that can contain details on the lifecycle.RoverClusterSummary.Buildernodes(List<String> nodes)The nodes that are part of this cluster.RoverClusterSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)The system tags associated with this resource, if any.RoverClusterSummary.BuildertimeCreated(Date timeCreated)The time the the RoverCluster was created.
 
- 
- 
- 
Method Detail- 
idpublic RoverClusterSummary.Builder id(String id) The OCID of RoverCluster.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic RoverClusterSummary.Builder compartmentId(String compartmentId) The OCID of the compartment containing the RoverCluster.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic RoverClusterSummary.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
 
 - 
timeCreatedpublic RoverClusterSummary.Builder timeCreated(Date timeCreated) The time the the RoverCluster was created.An RFC3339 formatted datetime string - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
nodespublic RoverClusterSummary.Builder nodes(List<String> nodes) The nodes that are part of this cluster.- Parameters:
- nodes- the value to set
- Returns:
- this builder
 
 - 
clusterSizepublic RoverClusterSummary.Builder clusterSize(Integer clusterSize) Size of the cluster.- Parameters:
- clusterSize- the value to set
- Returns:
- this builder
 
 - 
clusterTypepublic RoverClusterSummary.Builder clusterType(ClusterType clusterType) Type of cluster.- Parameters:
- clusterType- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic RoverClusterSummary.Builder lifecycleState(LifecycleState lifecycleState) The current state of the RoverCluster.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleStateDetailspublic RoverClusterSummary.Builder lifecycleStateDetails(String lifecycleStateDetails) A property that can contain details on the lifecycle.- Parameters:
- lifecycleStateDetails- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic RoverClusterSummary.Builder freeformTags(Map<String,String> freeformTags) The freeform tags associated with this resource, if any.Each tag is a simple 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 RoverClusterSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags) The defined tags associated with this resource, if any.Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic RoverClusterSummary.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 RoverClusterSummary build() 
 - 
copypublic RoverClusterSummary.Builder copy(RoverClusterSummary model) 
 
- 
 
-