public static class RestoreOpensearchClusterDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RestoreOpensearchClusterDetails |
build() |
RestoreOpensearchClusterDetails.Builder |
compartmentId(String compartmentId)
The OCID of the compartment where the cluster backup is located.
|
RestoreOpensearchClusterDetails.Builder |
copy(RestoreOpensearchClusterDetails model) |
RestoreOpensearchClusterDetails.Builder |
opensearchClusterBackupId(String opensearchClusterBackupId)
The OCID of the cluster backup to restore.
|
RestoreOpensearchClusterDetails.Builder |
prefix(String prefix)
The prefix for the indices in the cluster backup.
|
public RestoreOpensearchClusterDetails.Builder opensearchClusterBackupId(String opensearchClusterBackupId)
The OCID of the cluster backup to restore.
opensearchClusterBackupId
- the value to setpublic RestoreOpensearchClusterDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment where the cluster backup is located.
compartmentId
- the value to setpublic RestoreOpensearchClusterDetails.Builder prefix(String prefix)
The prefix for the indices in the cluster backup.
prefix
- the value to setpublic RestoreOpensearchClusterDetails build()
public RestoreOpensearchClusterDetails.Builder copy(RestoreOpensearchClusterDetails model)
Copyright © 2016–2024. All rights reserved.