public static class CreateClusterPlacementGroupDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateClusterPlacementGroupDetails.Builder name(String name)
The friendly name of the cluster placement group.
name
- the value to setpublic CreateClusterPlacementGroupDetails.Builder clusterPlacementGroupType(ClusterPlacementGroupType clusterPlacementGroupType)
ClusterPlacementGroup Identifier.
clusterPlacementGroupType
- the value to setpublic CreateClusterPlacementGroupDetails.Builder description(String description)
A description of the cluster placement group.
description
- the value to setpublic CreateClusterPlacementGroupDetails.Builder availabilityDomain(String availabilityDomain)
The availability domain where you want to create the cluster placement group.
availabilityDomain
- the value to setpublic CreateClusterPlacementGroupDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment where you want to create the cluster placement group.
compartmentId
- the value to setpublic CreateClusterPlacementGroupDetails.Builder placementInstruction(PlacementInstructionDetails placementInstruction)
public CreateClusterPlacementGroupDetails.Builder capabilities(CapabilitiesCollection capabilities)
public CreateClusterPlacementGroupDetails.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 CreateClusterPlacementGroupDetails.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 CreateClusterPlacementGroupDetails build()
public CreateClusterPlacementGroupDetails.Builder copy(CreateClusterPlacementGroupDetails model)
Copyright © 2016–2024. All rights reserved.