public static interface Destination.Builder extends SdkPojo, CopyableBuilder<Destination.Builder,Destination>
| Modifier and Type | Method and Description |
|---|---|
Destination.Builder |
fileSystemId(String fileSystemId)
The ID of the destination Amazon EFS file system.
|
Destination.Builder |
lastReplicatedTimestamp(Instant lastReplicatedTimestamp)
The time when the most recent sync was successfully completed on the destination file system.
|
Destination.Builder |
region(String region)
The Amazon Web Services Region in which the destination file system is located.
|
Destination.Builder |
status(ReplicationStatus status)
Describes the status of the destination Amazon EFS file system.
|
Destination.Builder |
status(String status)
Describes the status of the destination Amazon EFS file system.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDestination.Builder status(String 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.
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.ReplicationStatus,
ReplicationStatusDestination.Builder status(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.
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.ReplicationStatus,
ReplicationStatusDestination.Builder fileSystemId(String fileSystemId)
The ID of the destination Amazon EFS file system.
fileSystemId - The ID of the destination Amazon EFS file system.Destination.Builder region(String region)
The Amazon Web Services Region in which the destination file system is located.
region - The Amazon Web Services Region in which the destination file system is located.Destination.Builder lastReplicatedTimestamp(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.
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.Copyright © 2023. All rights reserved.