public static class BackupEventDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BackupEventDetails.Builder |
backupSize(Double backupSize)
The cluster backup size in GB.
|
BackupEventDetails.Builder |
backupState(BackupState backupState)
The result of the cluster backup operation.
|
BackupEventDetails |
build() |
BackupEventDetails.Builder |
clusterId(String clusterId)
The OCID of the OpenSearch cluster for the cluster backup.
|
BackupEventDetails.Builder |
copy(BackupEventDetails model) |
BackupEventDetails.Builder |
snapshotName(String snapshotName)
The name of the cluster backup.
|
BackupEventDetails.Builder |
timeEnded(Date timeEnded)
The date and time the cluster backup event started.
|
BackupEventDetails.Builder |
timeStarted(Date timeStarted)
The date and time the cluster backup event started.
|
public BackupEventDetails.Builder clusterId(String clusterId)
The OCID of the OpenSearch cluster for the cluster backup.
clusterId
- the value to setpublic BackupEventDetails.Builder backupState(BackupState backupState)
The result of the cluster backup operation.
backupState
- the value to setpublic BackupEventDetails.Builder snapshotName(String snapshotName)
The name of the cluster backup.
snapshotName
- the value to setpublic BackupEventDetails.Builder timeStarted(Date timeStarted)
The date and time the cluster backup event started. Format defined by RFC3339.
timeStarted
- the value to setpublic BackupEventDetails.Builder timeEnded(Date timeEnded)
The date and time the cluster backup event started. Format defined by RFC3339.
timeEnded
- the value to setpublic BackupEventDetails.Builder backupSize(Double backupSize)
The cluster backup size in GB.
backupSize
- the value to setpublic BackupEventDetails build()
public BackupEventDetails.Builder copy(BackupEventDetails model)
Copyright © 2016–2024. All rights reserved.