Package com.oracle.bmc.opensearch.model
Class RestoreOpensearchClusterDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.opensearch.model.RestoreOpensearchClusterDetails.Builder
 
- 
- Enclosing class:
- RestoreOpensearchClusterDetails
 
 public static class RestoreOpensearchClusterDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RestoreOpensearchClusterDetailsbuild()RestoreOpensearchClusterDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment where the cluster backup is located.RestoreOpensearchClusterDetails.Buildercopy(RestoreOpensearchClusterDetails model)RestoreOpensearchClusterDetails.BuilderopensearchClusterBackupId(String opensearchClusterBackupId)The OCID of the cluster backup to restore.RestoreOpensearchClusterDetails.Builderprefix(String prefix)The prefix for the indices in the cluster backup.
 
- 
- 
- 
Method Detail- 
opensearchClusterBackupIdpublic RestoreOpensearchClusterDetails.Builder opensearchClusterBackupId(String opensearchClusterBackupId) The OCID of the cluster backup to restore.- Parameters:
- opensearchClusterBackupId- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic RestoreOpensearchClusterDetails.Builder compartmentId(String compartmentId) The OCID of the compartment where the cluster backup is located.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
prefixpublic RestoreOpensearchClusterDetails.Builder prefix(String prefix) The prefix for the indices in the cluster backup.- Parameters:
- prefix- the value to set
- Returns:
- this builder
 
 - 
buildpublic RestoreOpensearchClusterDetails build() 
 - 
copypublic RestoreOpensearchClusterDetails.Builder copy(RestoreOpensearchClusterDetails model) 
 
- 
 
-