Class Destination

    • Method Detail

      • fileSystemId

        public final String fileSystemId()

        The ID of the destination Amazon EFS file system.

        Returns:
        The ID of the destination Amazon EFS file system.
      • region

        public final String region()

        The Amazon Web Services Region in which the destination file system is located.

        Returns:
        The Amazon Web Services Region in which the destination file system is located.
      • lastReplicatedTimestamp

        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.

        Returns:
        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.
      • ownerId

        public final String ownerId()

        ID of the Amazon Web Services account in which the destination file system resides.

        Returns:
        ID of the Amazon Web Services account in which the destination file system resides.
      • statusMessage

        public final String statusMessage()

        Message that provides details about the PAUSED or ERRROR state of the replication destination configuration. For more information about replication status messages, see Viewing replication details in the Amazon EFS User Guide.

        Returns:
        Message that provides details about the PAUSED or ERRROR state of the replication destination configuration. For more information about replication status messages, see Viewing replication details in the Amazon EFS User Guide.
      • roleArn

        public final String roleArn()

        Amazon Resource Name (ARN) of the IAM role in the source account that allows Amazon EFS to perform replication on its behalf. This is optional for same-account replication and required for cross-account replication.

        Returns:
        Amazon Resource Name (ARN) of the IAM role in the source account that allows Amazon EFS to perform replication on its behalf. This is optional for same-account replication and required for cross-account replication.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)