Package com.oracle.bmc.rover.model
Class RoverEntitlementSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.rover.model.RoverEntitlementSummary.Builder
 
- 
- Enclosing class:
- RoverEntitlementSummary
 
 public static class RoverEntitlementSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic RoverEntitlementSummary.Builder id(String id) Id of the entitlement.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic RoverEntitlementSummary.Builder compartmentId(String compartmentId) The compartment Id.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic RoverEntitlementSummary.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
 
 - 
requestorNamepublic RoverEntitlementSummary.Builder requestorName(String requestorName) Requestor name for the entitlement.- Parameters:
- requestorName- the value to set
- Returns:
- this builder
 
 - 
requestorEmailpublic RoverEntitlementSummary.Builder requestorEmail(String requestorEmail) Email id of the requestor for entitlement.- Parameters:
- requestorEmail- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic RoverEntitlementSummary.Builder lifecycleState(RoverEntitlement.LifecycleState lifecycleState) Lifecyclestate for the entitlement.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleStateDetailspublic RoverEntitlementSummary.Builder lifecycleStateDetails(String lifecycleStateDetails) A property that can contain details on the lifecycle.- Parameters:
- lifecycleStateDetails- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic RoverEntitlementSummary.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 RoverEntitlementSummary.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 RoverEntitlementSummary.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 RoverEntitlementSummary build() 
 - 
copypublic RoverEntitlementSummary.Builder copy(RoverEntitlementSummary model) 
 
- 
 
-