static Category.Builder |
Category.builder() |
Create a new builder.
|
Category.Builder |
Category.Builder.compartmentId(String compartmentId) |
The OCID of the tenancy.
|
Category.Builder |
Category.Builder.compartmentName(String compartmentName) |
The name associated with the compartment.
|
Category.Builder |
Category.Builder.copy(Category model) |
|
Category.Builder |
Category.Builder.description(String description) |
Text describing the category.
|
Category.Builder |
Category.Builder.estimatedCostSaving(Double estimatedCostSaving) |
The estimated cost savings, in dollars, for the category.
|
Category.Builder |
Category.Builder.extendedMetadata(Map<String,String> extendedMetadata) |
Additional metadata key/value pairs for the category.
|
Category.Builder |
Category.Builder.id(String id) |
The unique OCID of the category.
|
Category.Builder |
Category.Builder.lifecycleState(LifecycleState lifecycleState) |
The category’s current state.
|
Category.Builder |
Category.Builder.name(String name) |
The name assigned to the category.
|
Category.Builder |
Category.Builder.recommendationCounts(List<RecommendationCount> recommendationCounts) |
An array of RecommendationCount objects grouped by the level of importance
assigned to the recommendation.
|
Category.Builder |
Category.Builder.resourceCounts(List<ResourceCount> resourceCounts) |
An array of ResourceCount objects grouped by the status of the recommendation.
|
Category.Builder |
Category.Builder.timeCreated(Date timeCreated) |
The date and time the category details were created, in the format defined by RFC3339.
|
Category.Builder |
Category.Builder.timeUpdated(Date timeUpdated) |
The date and time the category details were last updated, in the format defined by
RFC3339.
|
Category.Builder |
Category.toBuilder() |
|