Class GetAttachedFileRequest

    • Method Detail

      • instanceId

        public final String instanceId()

        The unique identifier of the Connect instance.

        Returns:
        The unique identifier of the Connect instance.
      • fileId

        public final String fileId()

        The unique identifier of the attached file resource.

        Returns:
        The unique identifier of the attached file resource.
      • urlExpiryInSeconds

        public final Integer urlExpiryInSeconds()

        Optional override for the expiry of the pre-signed S3 URL in seconds. The default value is 300.

        Returns:
        Optional override for the expiry of the pre-signed S3 URL in seconds. The default value is 300.
      • associatedResourceArn

        public final String associatedResourceArn()

        The resource to which the attached file is (being) uploaded to. Cases are the only current supported resource.

        This value must be a valid ARN.

        Returns:
        The resource to which the attached file is (being) uploaded to. Cases are the only current supported resource.

        This value must be a valid ARN.

      • 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