public static class RoverEntitlement.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RoverEntitlement |
build() |
RoverEntitlement.Builder |
compartmentId(String compartmentId)
The compartment Id for the entitlement.
|
RoverEntitlement.Builder |
copy(RoverEntitlement model) |
RoverEntitlement.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags associated with this resource, if any.
|
RoverEntitlement.Builder |
displayName(String displayName)
A user-friendly name.
|
RoverEntitlement.Builder |
entitlementDetails(String entitlementDetails)
Details about the entitlement.
|
RoverEntitlement.Builder |
freeformTags(Map<String,String> freeformTags)
The freeform tags associated with this resource, if any.
|
RoverEntitlement.Builder |
id(String id)
A property that can uniquely identify the rover entitlement.
|
RoverEntitlement.Builder |
lifecycleState(RoverEntitlement.LifecycleState lifecycleState)
Lifecyclestate for the entitlement.
|
RoverEntitlement.Builder |
lifecycleStateDetails(String lifecycleStateDetails)
A property that can contain details on the lifecycle.
|
RoverEntitlement.Builder |
requestorEmail(String requestorEmail)
Requestor email for the entitlement.
|
RoverEntitlement.Builder |
requestorName(String requestorName)
Requestor name for the entitlement.
|
RoverEntitlement.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
The system tags associated with this resource, if any.
|
RoverEntitlement.Builder |
tenantId(String tenantId)
tenant Id.
|
RoverEntitlement.Builder |
timeCreated(Date timeCreated)
Time of creation for the entitlement.
|
RoverEntitlement.Builder |
timeUpdated(Date timeUpdated)
Time when the entitlement was last updated.
|
public RoverEntitlement.Builder tenantId(String tenantId)
tenant Id.
tenantId
- the value to setpublic RoverEntitlement.Builder id(String id)
A property that can uniquely identify the rover entitlement.
id
- the value to setpublic RoverEntitlement.Builder compartmentId(String compartmentId)
The compartment Id for the entitlement.
compartmentId
- the value to setpublic RoverEntitlement.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic RoverEntitlement.Builder requestorName(String requestorName)
Requestor name for the entitlement.
requestorName
- the value to setpublic RoverEntitlement.Builder requestorEmail(String requestorEmail)
Requestor email for the entitlement.
requestorEmail
- the value to setpublic RoverEntitlement.Builder lifecycleState(RoverEntitlement.LifecycleState lifecycleState)
Lifecyclestate for the entitlement.
lifecycleState
- the value to setpublic RoverEntitlement.Builder entitlementDetails(String entitlementDetails)
Details about the entitlement.
entitlementDetails
- the value to setpublic RoverEntitlement.Builder lifecycleStateDetails(String lifecycleStateDetails)
A property that can contain details on the lifecycle.
lifecycleStateDetails
- the value to setpublic RoverEntitlement.Builder timeCreated(Date timeCreated)
Time of creation for the entitlement.
timeCreated
- the value to setpublic RoverEntitlement.Builder timeUpdated(Date timeUpdated)
Time when the entitlement was last updated.
timeUpdated
- the value to setpublic RoverEntitlement.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"}
freeformTags
- the value to setpublic RoverEntitlement.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"}}
definedTags
- the value to setpublic RoverEntitlement.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}}
systemTags
- the value to setpublic RoverEntitlement build()
public RoverEntitlement.Builder copy(RoverEntitlement model)
Copyright © 2016–2024. All rights reserved.