static Destination.Builder |
Destination.builder() |
|
Destination.Builder |
Destination.Builder.fileSystemId(String fileSystemId) |
The ID of the destination Amazon EFS file system.
|
Destination.Builder |
Destination.Builder.lastReplicatedTimestamp(Instant lastReplicatedTimestamp) |
The time when the most recent sync was successfully completed on the destination file system.
|
Destination.Builder |
Destination.Builder.ownerId(String ownerId) |
ID of the Amazon Web Services account in which the destination file system resides.
|
Destination.Builder |
Destination.Builder.region(String region) |
The Amazon Web Services Region in which the destination file system is located.
|
Destination.Builder |
Destination.Builder.roleArn(String roleArn) |
Amazon Resource Name (ARN) of the IAM role in the source account that allows Amazon EFS to perform
replication on its behalf.
|
Destination.Builder |
Destination.Builder.status(String status) |
Describes the status of the replication configuration.
|
Destination.Builder |
Destination.Builder.status(ReplicationStatus status) |
Describes the status of the replication configuration.
|
Destination.Builder |
Destination.Builder.statusMessage(String statusMessage) |
Message that provides details about the PAUSED or ERRROR state of the replication
destination configuration.
|
Destination.Builder |
Destination.toBuilder() |
|