Interface Destination.Builder

    • Method Detail

      • fileSystemId

        Destination.Builder fileSystemId​(String fileSystemId)

        The ID of the destination Amazon EFS file system.

        Parameters:
        fileSystemId - The ID of the destination Amazon EFS file system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • region

        Destination.Builder region​(String region)

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

        Parameters:
        region - The Amazon Web Services Region in which the destination file system is located.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastReplicatedTimestamp

        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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • ownerId

        Destination.Builder ownerId​(String ownerId)

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

        Parameters:
        ownerId - ID of the Amazon Web Services account in which the destination file system resides.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusMessage

        Destination.Builder statusMessage​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        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. This is optional for same-account replication and required for cross-account replication.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.