public static interface RecoveryPoint.Builder extends SdkPojo, CopyableBuilder<RecoveryPoint.Builder,RecoveryPoint>
| Modifier and Type | Method and Description |
|---|---|
RecoveryPoint.Builder |
namespaceName(String namespaceName)
The name of the namespace the recovery point is associated with.
|
RecoveryPoint.Builder |
recoveryPointCreateTime(Instant recoveryPointCreateTime)
The time the recovery point is created.
|
RecoveryPoint.Builder |
recoveryPointId(String recoveryPointId)
The unique identifier of the recovery point.
|
RecoveryPoint.Builder |
totalSizeInMegaBytes(Double totalSizeInMegaBytes)
The total size of the data in the recovery point in megabytes.
|
RecoveryPoint.Builder |
workgroupName(String workgroupName)
The name of the workgroup the recovery point is associated with.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecoveryPoint.Builder namespaceName(String namespaceName)
The name of the namespace the recovery point is associated with.
namespaceName - The name of the namespace the recovery point is associated with.RecoveryPoint.Builder recoveryPointCreateTime(Instant recoveryPointCreateTime)
The time the recovery point is created.
recoveryPointCreateTime - The time the recovery point is created.RecoveryPoint.Builder recoveryPointId(String recoveryPointId)
The unique identifier of the recovery point.
recoveryPointId - The unique identifier of the recovery point.RecoveryPoint.Builder totalSizeInMegaBytes(Double totalSizeInMegaBytes)
The total size of the data in the recovery point in megabytes.
totalSizeInMegaBytes - The total size of the data in the recovery point in megabytes.RecoveryPoint.Builder workgroupName(String workgroupName)
The name of the workgroup the recovery point is associated with.
workgroupName - The name of the workgroup the recovery point is associated with.Copyright © 2022. All rights reserved.