@Generated(value="software.amazon.awssdk:codegen") public final class Destination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Destination.Builder,Destination>
Describes the destination file system in the replication configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Destination.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Destination.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileSystemId()
The ID of the destination Amazon EFS file system.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastReplicatedTimestamp()
The time when the most recent sync was successfully completed on the destination file system.
|
String |
region()
The Amazon Web Services Region in which the destination file system is located.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Destination.Builder> |
serializableBuilderClass() |
ReplicationStatus |
status()
Describes the status of the destination Amazon EFS file system.
|
String |
statusAsString()
Describes the status of the destination Amazon EFS file system.
|
Destination.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ReplicationStatus status()
Describes the status of the destination Amazon EFS file system. If the status is ERROR, the
destination file system in the replication configuration is in a failed state and is unrecoverable. To access the
file system data, restore a backup of the failed file system to a new file system.
If the service returns an enum value that is not available in the current SDK version, status will
return ReplicationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ERROR, the
destination file system in the replication configuration is in a failed state and is unrecoverable. To
access the file system data, restore a backup of the failed file system to a new file system.ReplicationStatuspublic final String statusAsString()
Describes the status of the destination Amazon EFS file system. If the status is ERROR, the
destination file system in the replication configuration is in a failed state and is unrecoverable. To access the
file system data, restore a backup of the failed file system to a new file system.
If the service returns an enum value that is not available in the current SDK version, status will
return ReplicationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ERROR, the
destination file system in the replication configuration is in a failed state and is unrecoverable. To
access the file system data, restore a backup of the failed file system to a new file system.ReplicationStatuspublic final String fileSystemId()
The ID of the destination Amazon EFS file system.
public final String region()
The Amazon Web Services Region in which the destination file system is located.
public final Instant lastReplicatedTimestamp()
The time when the most recent sync was successfully completed on the destination file system. Any changes to data on the source file system that occurred before this time have been successfully replicated to the destination file system. Any changes that occurred after this time might not be fully replicated.
public Destination.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Destination.Builder,Destination>public static Destination.Builder builder()
public static Class<? extends Destination.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.