| Package | Description |
|---|---|
| software.amazon.awssdk.services.efs.model |
| Modifier and Type | Method and Description |
|---|---|
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.region(String region)
The Amazon Web Services Region in which the destination file system is located.
|
Destination.Builder |
Destination.Builder.status(ReplicationStatus status)
Describes the status of the destination Amazon EFS file system.
|
Destination.Builder |
Destination.Builder.status(String status)
Describes the status of the destination Amazon EFS file system.
|
Destination.Builder |
Destination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Destination.Builder> |
Destination.serializableBuilderClass() |
Copyright © 2023. All rights reserved.