public static class ClusterPlacementGroupSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ClusterPlacementGroupSummary.Builder |
availabilityDomain(String availabilityDomain)
The availability domain of the cluster placement group.
|
ClusterPlacementGroupSummary |
build() |
ClusterPlacementGroupSummary.Builder |
clusterPlacementGroupType(ClusterPlacementGroupType clusterPlacementGroupType)
The type of cluster placement group.
|
ClusterPlacementGroupSummary.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment that contains the cluster placement group.
|
ClusterPlacementGroupSummary.Builder |
copy(ClusterPlacementGroupSummary model) |
ClusterPlacementGroupSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ClusterPlacementGroupSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type, or scope.
|
ClusterPlacementGroupSummary.Builder |
id(String id)
The OCID
of the cluster placement group.
|
ClusterPlacementGroupSummary.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
ClusterPlacementGroupSummary.Builder |
lifecycleState(ClusterPlacementGroup.LifecycleState lifecycleState)
The current state of the cluster placement group.
|
ClusterPlacementGroupSummary.Builder |
name(String name)
The friendly name of the cluster placement group.
|
ClusterPlacementGroupSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
ClusterPlacementGroupSummary.Builder |
timeCreated(Date timeCreated)
The time the cluster placement group was created, expressed in RFC
3339 timestamp format.
|
ClusterPlacementGroupSummary.Builder |
timeUpdated(Date timeUpdated)
The time the cluster placement group was updated, expressed in RFC
3339 timestamp format.
|
public ClusterPlacementGroupSummary.Builder id(String id)
The OCID of the cluster placement group.
id
- the value to setpublic ClusterPlacementGroupSummary.Builder name(String name)
The friendly name of the cluster placement group.
name
- the value to setpublic ClusterPlacementGroupSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the cluster placement group.
compartmentId
- the value to setpublic ClusterPlacementGroupSummary.Builder availabilityDomain(String availabilityDomain)
The availability domain of the cluster placement group.
availabilityDomain
- the value to setpublic ClusterPlacementGroupSummary.Builder clusterPlacementGroupType(ClusterPlacementGroupType clusterPlacementGroupType)
The type of cluster placement group.
clusterPlacementGroupType
- the value to setpublic ClusterPlacementGroupSummary.Builder timeCreated(Date timeCreated)
The time the cluster placement group was created, expressed in RFC 3339 timestamp format.
timeCreated
- the value to setpublic ClusterPlacementGroupSummary.Builder timeUpdated(Date timeUpdated)
The time the cluster placement group was updated, expressed in RFC 3339 timestamp format.
timeUpdated
- the value to setpublic ClusterPlacementGroupSummary.Builder lifecycleState(ClusterPlacementGroup.LifecycleState lifecycleState)
The current state of the cluster placement group.
lifecycleState
- the value to setpublic ClusterPlacementGroupSummary.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail. For example, lifecycle details for a resource in a Failed state might include information to act on.
lifecycleDetails
- the value to setpublic ClusterPlacementGroupSummary.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 ClusterPlacementGroupSummary.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 ClusterPlacementGroupSummary.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 ClusterPlacementGroupSummary build()
public ClusterPlacementGroupSummary.Builder copy(ClusterPlacementGroupSummary model)
Copyright © 2016–2024. All rights reserved.