Class BulkCreateOccmDemandSignalItem.Builder
- java.lang.Object
-
- com.oracle.bmc.capacitymanagement.model.BulkCreateOccmDemandSignalItem.Builder
-
- Enclosing class:
- BulkCreateOccmDemandSignalItem
public static class BulkCreateOccmDemandSignalItem.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkCreateOccmDemandSignalItem.Builder
availabilityDomain(String availabilityDomain)
The name of the availability domain for which you want to request the OCI resource.BulkCreateOccmDemandSignalItem
build()
BulkCreateOccmDemandSignalItem.Builder
copy(BulkCreateOccmDemandSignalItem model)
BulkCreateOccmDemandSignalItem.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.BulkCreateOccmDemandSignalItem.Builder
demandQuantity(Long demandQuantity)
The quantity of the resource that you want to demand from OCI.BulkCreateOccmDemandSignalItem.Builder
demandSignalCatalogResourceId(String demandSignalCatalogResourceId)
The OCID of the correponding demand signal catalog resource.BulkCreateOccmDemandSignalItem.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.BulkCreateOccmDemandSignalItem.Builder
notes(String notes)
This field will serve as notes section for you.BulkCreateOccmDemandSignalItem.Builder
region(String region)
The name of region for which you want to request the OCI resource.BulkCreateOccmDemandSignalItem.Builder
requestType(OccmDemandSignalItemRequestType requestType)
The type of request (DEMAND or RETURN) that you want to make for this demand signal item.BulkCreateOccmDemandSignalItem.Builder
resourceProperties(Map<String,String> resourceProperties)
A map of various properties associated with the OCI resource.BulkCreateOccmDemandSignalItem.Builder
targetCompartmentId(String targetCompartmentId)
The OCID of the tenancy for which you want to request the OCI resource for.BulkCreateOccmDemandSignalItem.Builder
timeNeededBefore(Date timeNeededBefore)
the date before which you would ideally like the OCI resource to be delivered to you.
-
-
-
Method Detail
-
demandSignalCatalogResourceId
public BulkCreateOccmDemandSignalItem.Builder demandSignalCatalogResourceId(String demandSignalCatalogResourceId)
The OCID of the correponding demand signal catalog resource.- Parameters:
demandSignalCatalogResourceId
- the value to set- Returns:
- this builder
-
requestType
public BulkCreateOccmDemandSignalItem.Builder requestType(OccmDemandSignalItemRequestType requestType)
The type of request (DEMAND or RETURN) that you want to make for this demand signal item.- Parameters:
requestType
- the value to set- Returns:
- this builder
-
region
public BulkCreateOccmDemandSignalItem.Builder region(String region)
The name of region for which you want to request the OCI resource.- Parameters:
region
- the value to set- Returns:
- this builder
-
availabilityDomain
public BulkCreateOccmDemandSignalItem.Builder availabilityDomain(String availabilityDomain)
The name of the availability domain for which you want to request the OCI resource.This is an optional parameter.
- Parameters:
availabilityDomain
- the value to set- Returns:
- this builder
-
targetCompartmentId
public BulkCreateOccmDemandSignalItem.Builder targetCompartmentId(String targetCompartmentId)
The OCID of the tenancy for which you want to request the OCI resource for.This is an optional parameter.
- Parameters:
targetCompartmentId
- the value to set- Returns:
- this builder
-
demandQuantity
public BulkCreateOccmDemandSignalItem.Builder demandQuantity(Long demandQuantity)
The quantity of the resource that you want to demand from OCI.- Parameters:
demandQuantity
- the value to set- Returns:
- this builder
-
timeNeededBefore
public BulkCreateOccmDemandSignalItem.Builder timeNeededBefore(Date timeNeededBefore)
the date before which you would ideally like the OCI resource to be delivered to you.- Parameters:
timeNeededBefore
- the value to set- Returns:
- this builder
-
resourceProperties
public BulkCreateOccmDemandSignalItem.Builder resourceProperties(Map<String,String> resourceProperties)
A map of various properties associated with the OCI resource.- Parameters:
resourceProperties
- the value to set- Returns:
- this builder
-
notes
public BulkCreateOccmDemandSignalItem.Builder notes(String notes)
This field will serve as notes section for you.You can use this section to convey a message to OCI regarding your resource request.
NOTE: The previous value gets overwritten with the new one for this once updated.
- Parameters:
notes
- the value to set- Returns:
- this builder
-
freeformTags
public BulkCreateOccmDemandSignalItem.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 BulkCreateOccmDemandSignalItem.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
-
build
public BulkCreateOccmDemandSignalItem build()
-
copy
public BulkCreateOccmDemandSignalItem.Builder copy(BulkCreateOccmDemandSignalItem model)
-
-