@Generated(value="software.amazon.awssdk:codegen") public final class RecoveryPoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecoveryPoint.Builder,RecoveryPoint>
The automatically created recovery point of a namespace. Recovery points are created every 30 minutes and kept for 24 hours.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecoveryPoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RecoveryPoint.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
namespaceName()
The name of the namespace the recovery point is associated with.
|
Instant |
recoveryPointCreateTime()
The time the recovery point is created.
|
String |
recoveryPointId()
The unique identifier of the recovery point.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RecoveryPoint.Builder> |
serializableBuilderClass() |
RecoveryPoint.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Double |
totalSizeInMegaBytes()
The total size of the data in the recovery point in megabytes.
|
String |
workgroupName()
The name of the workgroup the recovery point is associated with.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String namespaceName()
The name of the namespace the recovery point is associated with.
public final Instant recoveryPointCreateTime()
The time the recovery point is created.
public final String recoveryPointId()
The unique identifier of the recovery point.
public final Double totalSizeInMegaBytes()
The total size of the data in the recovery point in megabytes.
public final String workgroupName()
The name of the workgroup the recovery point is associated with.
public RecoveryPoint.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RecoveryPoint.Builder,RecoveryPoint>public static RecoveryPoint.Builder builder()
public static Class<? extends RecoveryPoint.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.