Package com.oracle.bmc.rover.model
Class CreateRoverEntitlementDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.rover.model.CreateRoverEntitlementDetails.Builder
-
- Enclosing class:
- CreateRoverEntitlementDetails
public static class CreateRoverEntitlementDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
compartmentId
public CreateRoverEntitlementDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the RoverEntitlement.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
displayName
public CreateRoverEntitlementDetails.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
-
requestorName
public CreateRoverEntitlementDetails.Builder requestorName(String requestorName)
Requestor name for the entitlement.- Parameters:
requestorName
- the value to set- Returns:
- this builder
-
requestorEmail
public CreateRoverEntitlementDetails.Builder requestorEmail(String requestorEmail)
Requestor email for the entitlement.- Parameters:
requestorEmail
- the value to set- Returns:
- this builder
-
entitlementDetails
public CreateRoverEntitlementDetails.Builder entitlementDetails(String entitlementDetails)
Details about the entitlement.- Parameters:
entitlementDetails
- the value to set- Returns:
- this builder
-
lifecycleState
public CreateRoverEntitlementDetails.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the RoverNode.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
lifecycleStateDetails
public CreateRoverEntitlementDetails.Builder lifecycleStateDetails(String lifecycleStateDetails)
A property that can contain details on the lifecycle.- Parameters:
lifecycleStateDetails
- the value to set- Returns:
- this builder
-
tenantId
public CreateRoverEntitlementDetails.Builder tenantId(String tenantId)
tenant Id.- Parameters:
tenantId
- the value to set- Returns:
- this builder
-
freeformTags
public CreateRoverEntitlementDetails.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
-
definedTags
public CreateRoverEntitlementDetails.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
-
systemTags
public CreateRoverEntitlementDetails.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
-
build
public CreateRoverEntitlementDetails build()
-
copy
public CreateRoverEntitlementDetails.Builder copy(CreateRoverEntitlementDetails model)
-
-