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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReclaimClusterDetails
build()
ReclaimClusterDetails.Builder
copy(ReclaimClusterDetails model)
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 tenantReclaimClusterDetails.Builder
tenantId(String tenantId)
The tenant ID of the customer whose account has been de-activated
-
-
-
Method Detail
-
tenantId
public 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
-
isReclamationRun
public 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
-
build
public ReclaimClusterDetails build()
-
copy
public ReclaimClusterDetails.Builder copy(ReclaimClusterDetails model)
-
-