Class RenderUiTemplateRequest

    • Method Detail

      • uiTemplate

        public final UiTemplate uiTemplate()

        A Template object containing the worker UI template to render.

        Returns:
        A Template object containing the worker UI template to render.
      • task

        public final RenderableTask task()

        A RenderableTask object containing a representative task to render.

        Returns:
        A RenderableTask object containing a representative task to render.
      • roleArn

        public final String roleArn()

        The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.

        Returns:
        The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.
      • humanTaskUiArn

        public final String humanTaskUiArn()

        The HumanTaskUiArn of the worker UI that you want to render. Do not provide a HumanTaskUiArn if you use the UiTemplate parameter.

        See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig.

        Returns:
        The HumanTaskUiArn of the worker UI that you want to render. Do not provide a HumanTaskUiArn if you use the UiTemplate parameter.

        See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig.

      • 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