Package com.oracle.bmc.opensearch.model
Class ReclaimClusterDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.opensearch.model.ReclaimClusterDetails.Builder
 
- 
- Enclosing class:
- ReclaimClusterDetails
 
 public static class ReclaimClusterDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ReclaimClusterDetailsbuild()ReclaimClusterDetails.Buildercopy(ReclaimClusterDetails model)ReclaimClusterDetails.BuilderisReclamationRun(Boolean isReclamationRun)A boolean flag which indicates whether or not to execute the reclamation of the resulting non-deleted clusterIds in the de-activated tenantReclaimClusterDetails.BuildertenantId(String tenantId)The tenant ID of the customer whose account has been de-activated
 
- 
- 
- 
Method Detail- 
tenantIdpublic ReclaimClusterDetails.Builder tenantId(String tenantId) The tenant ID of the customer whose account has been de-activated- Parameters:
- tenantId- the value to set
- Returns:
- this builder
 
 - 
isReclamationRunpublic ReclaimClusterDetails.Builder isReclamationRun(Boolean isReclamationRun) A boolean flag which indicates whether or not to execute the reclamation of the resulting non-deleted clusterIds in the de-activated tenant- Parameters:
- isReclamationRun- the value to set
- Returns:
- this builder
 
 - 
buildpublic ReclaimClusterDetails build() 
 - 
copypublic ReclaimClusterDetails.Builder copy(ReclaimClusterDetails model) 
 
- 
 
-