Class LimitsIncreaseRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.limitsincrease.model.LimitsIncreaseRequest.Builder
-
- Enclosing class:
- LimitsIncreaseRequest
public static class LimitsIncreaseRequest.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LimitsIncreaseRequestbuild()LimitsIncreaseRequest.BuildercompartmentId(String compartmentId)The OCID of the compartment that contains the limit increase request.LimitsIncreaseRequest.Buildercopy(LimitsIncreaseRequest model)LimitsIncreaseRequest.BuildercustomerComments(List<LimitsIncreaseRequestComment> customerComments)List of comments in the limit increase request.LimitsIncreaseRequest.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.LimitsIncreaseRequest.BuilderdisplayName(String displayName)The user-friendly name of the limit increase request.LimitsIncreaseRequest.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type, or scope.LimitsIncreaseRequest.Builderid(String id)The OCID of the limit increase request.LimitsIncreaseRequest.Builderjustification(String justification)Reason for the limit increase request.LimitsIncreaseRequest.BuilderlifecycleState(LimitsIncreaseRequest.LifecycleState lifecycleState)The current status of the limit increase request.LimitsIncreaseRequest.BuilderlimitsIncreaseItemRequests(List<LimitsIncreaseItemRequest> limitsIncreaseItemRequests)List of limit increase items within the limit increase request.LimitsIncreaseRequest.BuildersubscriptionId(String subscriptionId)The OCID of the tenancy subscription for the limit increase request.LimitsIncreaseRequest.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.LimitsIncreaseRequest.BuildertimeCreated(Date timeCreated)The time that the limit increase request was created.LimitsIncreaseRequest.BuildertimeResolution(Date timeResolution)The time that the limit increase request was resolved (reached a terminal state).LimitsIncreaseRequest.BuildertimeUpdated(Date timeUpdated)The time that the limit increase request was updated.
-
-
-
Method Detail
-
id
public LimitsIncreaseRequest.Builder id(String id)
The OCID of the limit increase request.- Parameters:
id- the value to set- Returns:
- this builder
-
displayName
public LimitsIncreaseRequest.Builder displayName(String displayName)
The user-friendly name of the limit increase request.Avoid entering confidential information.
- Parameters:
displayName- the value to set- Returns:
- this builder
-
compartmentId
public LimitsIncreaseRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the limit increase request.Note: The tenancy is the root compartment.
- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
subscriptionId
public LimitsIncreaseRequest.Builder subscriptionId(String subscriptionId)
The OCID of the tenancy subscription for the limit increase request.- Parameters:
subscriptionId- the value to set- Returns:
- this builder
-
lifecycleState
public LimitsIncreaseRequest.Builder lifecycleState(LimitsIncreaseRequest.LifecycleState lifecycleState)
The current status of the limit increase request.- Parameters:
lifecycleState- the value to set- Returns:
- this builder
-
limitsIncreaseItemRequests
public LimitsIncreaseRequest.Builder limitsIncreaseItemRequests(List<LimitsIncreaseItemRequest> limitsIncreaseItemRequests)
List of limit increase items within the limit increase request.- Parameters:
limitsIncreaseItemRequests- the value to set- Returns:
- this builder
-
justification
public LimitsIncreaseRequest.Builder justification(String justification)
Reason for the limit increase request.- Parameters:
justification- the value to set- Returns:
- this builder
-
timeCreated
public LimitsIncreaseRequest.Builder timeCreated(Date timeCreated)
The time that the limit increase request was created.Format defined by RFC3339.
- Parameters:
timeCreated- the value to set- Returns:
- this builder
-
timeUpdated
public LimitsIncreaseRequest.Builder timeUpdated(Date timeUpdated)
The time that the limit increase request was updated.Format defined by RFC3339.
- Parameters:
timeUpdated- the value to set- Returns:
- this builder
-
timeResolution
public LimitsIncreaseRequest.Builder timeResolution(Date timeResolution)
The time that the limit increase request was resolved (reached a terminal state).Format defined by RFC3339.
- Parameters:
timeResolution- the value to set- Returns:
- this builder
-
customerComments
public LimitsIncreaseRequest.Builder customerComments(List<LimitsIncreaseRequestComment> customerComments)
List of comments in the limit increase request.A comment is typically between the requester and OCI Support.
- Parameters:
customerComments- the value to set- Returns:
- this builder
-
freeformTags
public LimitsIncreaseRequest.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type, or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
definedTags
public LimitsIncreaseRequest.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
systemTags
public LimitsIncreaseRequest.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
- Parameters:
systemTags- the value to set- Returns:
- this builder
-
build
public LimitsIncreaseRequest build()
-
copy
public LimitsIncreaseRequest.Builder copy(LimitsIncreaseRequest model)
-
-