public static class OccDemandSignal.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OccDemandSignal |
build() |
OccDemandSignal.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment.
|
OccDemandSignal.Builder |
copy(OccDemandSignal model) |
OccDemandSignal.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
OccDemandSignal.Builder |
displayName(String displayName)
A user-friendly name.
|
OccDemandSignal.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
OccDemandSignal.Builder |
id(String id)
The OCID
of the OccDemandSignal.
|
OccDemandSignal.Builder |
isActive(Boolean isActive)
Indicator of whether to share the data with Oracle.
|
OccDemandSignal.Builder |
lifecycleDetails(String lifecycleDetails)
A message that describes the current state of the OccDemandSignal in more detail.
|
OccDemandSignal.Builder |
lifecycleState(OccDemandSignal.LifecycleState lifecycleState)
The current state of the OccDemandSignal.
|
OccDemandSignal.Builder |
occDemandSignals(List<OccDemandSignalData> occDemandSignals)
The OccDemandSignal data.
|
OccDemandSignal.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
OccDemandSignal.Builder |
timeCreated(Date timeCreated)
The date and time the OccDemandSignal was created, in the format defined by RFC
3339.
|
OccDemandSignal.Builder |
timeUpdated(Date timeUpdated)
The date and time the OccDemandSignal was updated, in the format defined by RFC
3339.
|
public OccDemandSignal.Builder id(String id)
The OCID of the OccDemandSignal.
id
- the value to setpublic OccDemandSignal.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic OccDemandSignal.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable.
displayName
- the value to setpublic OccDemandSignal.Builder occDemandSignals(List<OccDemandSignalData> occDemandSignals)
The OccDemandSignal data.
occDemandSignals
- the value to setpublic OccDemandSignal.Builder isActive(Boolean isActive)
Indicator of whether to share the data with Oracle.
isActive
- the value to setpublic OccDemandSignal.Builder lifecycleState(OccDemandSignal.LifecycleState lifecycleState)
The current state of the OccDemandSignal.
lifecycleState
- the value to setpublic OccDemandSignal.Builder timeCreated(Date timeCreated)
The date and time the OccDemandSignal was created, in the format defined by RFC 3339.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic OccDemandSignal.Builder timeUpdated(Date timeUpdated)
The date and time the OccDemandSignal was updated, in the format defined by RFC 3339.
Example: 2016-08-25T21:10:29.600Z
timeUpdated
- the value to setpublic OccDemandSignal.Builder lifecycleDetails(String lifecycleDetails)
A message that describes the current state of the OccDemandSignal in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
lifecycleDetails
- the value to setpublic OccDemandSignal.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. 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 OccDemandSignal.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic OccDemandSignal.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"}}
systemTags
- the value to setpublic OccDemandSignal build()
public OccDemandSignal.Builder copy(OccDemandSignal model)
Copyright © 2016–2024. All rights reserved.