Uses of Interface
software.amazon.awssdk.services.efs.model.Destination.Builder
-
Packages that use Destination.Builder Package Description software.amazon.awssdk.services.efs.model -
-
Uses of Destination.Builder in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return Destination.Builder Modifier and Type Method Description static Destination.BuilderDestination. builder()Destination.BuilderDestination.Builder. fileSystemId(String fileSystemId)The ID of the destination Amazon EFS file system.Destination.BuilderDestination.Builder. lastReplicatedTimestamp(Instant lastReplicatedTimestamp)The time when the most recent sync was successfully completed on the destination file system.Destination.BuilderDestination.Builder. region(String region)The Amazon Web Services Region in which the destination file system is located.Destination.BuilderDestination.Builder. status(String status)Describes the status of the destination EFS file system.Destination.BuilderDestination.Builder. status(ReplicationStatus status)Describes the status of the destination EFS file system.Destination.BuilderDestination. toBuilder()Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type Destination.Builder Modifier and Type Method Description static Class<? extends Destination.Builder>Destination. serializableBuilderClass()
-