public static class ProcessSet.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ProcessSet |
build() |
ProcessSet.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment.
|
ProcessSet.Builder |
copy(ProcessSet model) |
ProcessSet.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ProcessSet.Builder |
displayName(String displayName)
Name of the Process Set.
|
ProcessSet.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
ProcessSet.Builder |
id(String id)
The OCID of the
Process Set.
|
ProcessSet.Builder |
lifecycleState(LifecycleState lifecycleState)
The current state of the Resource.
|
ProcessSet.Builder |
revision(String revision)
The current revision of the Process Set.
|
ProcessSet.Builder |
specification(ProcessSetSpecification specification) |
ProcessSet.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
ProcessSet.Builder |
timeCreated(Date timeCreated)
The time the process set was created.
|
ProcessSet.Builder |
timeUpdated(Date timeUpdated)
The time the process set was last updated.
|
public ProcessSet.Builder id(String id)
The OCID of the Process Set.
id
- the value to setpublic ProcessSet.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic ProcessSet.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the Resource.
lifecycleState
- the value to setpublic ProcessSet.Builder displayName(String displayName)
Name of the Process Set.
displayName
- the value to setpublic ProcessSet.Builder specification(ProcessSetSpecification specification)
public ProcessSet.Builder timeCreated(Date timeCreated)
The time the process set was created. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic ProcessSet.Builder timeUpdated(Date timeUpdated)
The time the process set was last updated. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic ProcessSet.Builder revision(String revision)
The current revision of the Process Set.
revision
- the value to setpublic ProcessSet.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"}
freeformTags
- the value to setpublic ProcessSet.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"}}
definedTags
- the value to setpublic ProcessSet.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic ProcessSet build()
public ProcessSet.Builder copy(ProcessSet model)
Copyright © 2016–2024. All rights reserved.