public static class ExportOpensearchClusterBackupDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExportOpensearchClusterBackupDetails |
build() |
ExportOpensearchClusterBackupDetails.Builder |
compartmentId(String compartmentId)
The OCID of the compartment where the Object Storage resources for the cluster backup are
located.
|
ExportOpensearchClusterBackupDetails.Builder |
copy(ExportOpensearchClusterBackupDetails model) |
ExportOpensearchClusterBackupDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ExportOpensearchClusterBackupDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
ExportOpensearchClusterBackupDetails.Builder |
objectStorageBucketName(String objectStorageBucketName)
The name of the Object Storage bucket for the cluster backup export operation.
|
ExportOpensearchClusterBackupDetails.Builder |
objectStorageNamespace(String objectStorageNamespace)
The Object Storage namespace for the cluster backup export operation.
|
ExportOpensearchClusterBackupDetails.Builder |
objectStoragePrefix(String objectStoragePrefix)
The prefix within the Object Storage bucket for the cluster backup export operation.
|
ExportOpensearchClusterBackupDetails.Builder |
prefix(String prefix)
The prefix within object storage bucket for the cluster backup export operation.
|
ExportOpensearchClusterBackupDetails.Builder |
repositoryName(String repositoryName)
The name of the repository containing the snapshots for the cluster backup export
operation.
|
ExportOpensearchClusterBackupDetails.Builder |
snapshotName(String snapshotName)
The name of the snapshot for the cluster backup export operation.
|
public ExportOpensearchClusterBackupDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment where the Object Storage resources for the cluster backup are located.
compartmentId
- the value to setpublic ExportOpensearchClusterBackupDetails.Builder objectStorageNamespace(String objectStorageNamespace)
The Object Storage namespace for the cluster backup export operation.
objectStorageNamespace
- the value to setpublic ExportOpensearchClusterBackupDetails.Builder objectStorageBucketName(String objectStorageBucketName)
The name of the Object Storage bucket for the cluster backup export operation.
objectStorageBucketName
- the value to setpublic ExportOpensearchClusterBackupDetails.Builder objectStoragePrefix(String objectStoragePrefix)
The prefix within the Object Storage bucket for the cluster backup export operation.
objectStoragePrefix
- the value to setpublic ExportOpensearchClusterBackupDetails.Builder snapshotName(String snapshotName)
The name of the snapshot for the cluster backup export operation.
snapshotName
- the value to setpublic ExportOpensearchClusterBackupDetails.Builder repositoryName(String repositoryName)
The name of the repository containing the snapshots for the cluster backup export operation.
repositoryName
- the value to setpublic ExportOpensearchClusterBackupDetails.Builder prefix(String prefix)
The prefix within object storage bucket for the cluster backup export operation.
prefix
- the value to setpublic ExportOpensearchClusterBackupDetails.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 ExportOpensearchClusterBackupDetails.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 ExportOpensearchClusterBackupDetails build()
public ExportOpensearchClusterBackupDetails.Builder copy(ExportOpensearchClusterBackupDetails model)
Copyright © 2016–2024. All rights reserved.