Class OccmDemandSignalCatalogResourceSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.capacitymanagement.model.OccmDemandSignalCatalogResourceSummary.Builder
 
- 
- Enclosing class:
- OccmDemandSignalCatalogResourceSummary
 
 public static class OccmDemandSignalCatalogResourceSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic OccmDemandSignalCatalogResourceSummary.Builder id(String id) The OCID of the demand signal catalog resource.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic OccmDemandSignalCatalogResourceSummary.Builder compartmentId(String compartmentId) The OCID of the tenancy from which the request to create the demand signal was made.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
namespacepublic OccmDemandSignalCatalogResourceSummary.Builder namespace(DemandSignalNamespace namespace) The name of the OCI service in consideration for demand signal submission.For example: COMPUTE, NETWORK, GPU etc. - Parameters:
- namespace- the value to set
- Returns:
- this builder
 
 - 
namepublic OccmDemandSignalCatalogResourceSummary.Builder name(String name) The name of the OCI resource that you want to request.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
targetCompartmentIdpublic OccmDemandSignalCatalogResourceSummary.Builder targetCompartmentId(String targetCompartmentId) The OCID of the customer tenancy for which this resource will be available for the customer to order against.- Parameters:
- targetCompartmentId- the value to set
- Returns:
- this builder
 
 - 
regionpublic OccmDemandSignalCatalogResourceSummary.Builder region(String region) The name of region for which you want to request the OCI resource.This is an optional parameter. - Parameters:
- region- the value to set
- Returns:
- this builder
 
 - 
availabilityDomainpublic OccmDemandSignalCatalogResourceSummary.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
 
 - 
resourcePropertiespublic OccmDemandSignalCatalogResourceSummary.Builder resourceProperties(OccmDemandSignalResourcePropertiesCollection resourceProperties) 
 - 
resourcePropertyConstraintspublic OccmDemandSignalCatalogResourceSummary.Builder resourcePropertyConstraints(OccmDemandSignalResourcePropertyConstraintsCollection resourcePropertyConstraints) 
 - 
lifecycleStatepublic OccmDemandSignalCatalogResourceSummary.Builder lifecycleState(OccmDemandSignalCatalogResource.LifecycleState lifecycleState) The current lifecycles state of the demand signal catalog resource.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic OccmDemandSignalCatalogResourceSummary.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
 
 - 
definedTagspublic OccmDemandSignalCatalogResourceSummary.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
 
 - 
systemTagspublic OccmDemandSignalCatalogResourceSummary.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
 
 - 
timeCreatedpublic OccmDemandSignalCatalogResourceSummary.Builder timeCreated(Date timeCreated) The time when the demand signal catalog resource was created.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic OccmDemandSignalCatalogResourceSummary.Builder timeUpdated(Date timeUpdated) The time when the demand signal catalog resource was last updated.- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
buildpublic OccmDemandSignalCatalogResourceSummary build() 
 - 
copypublic OccmDemandSignalCatalogResourceSummary.Builder copy(OccmDemandSignalCatalogResourceSummary model) 
 
- 
 
-