Interface WorkspacePage.Builder

  • Method Details

    • resourceArn

      WorkspacePage.Builder resourceArn(String resourceArn)

      The Amazon Resource Name (ARN) of the view associated with this page.

      Parameters:
      resourceArn - The Amazon Resource Name (ARN) of the view associated with this page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • page

      The page identifier. System pages include HOME and AGENT_EXPERIENCE.

      Parameters:
      page - The page identifier. System pages include HOME and AGENT_EXPERIENCE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • slug

      The URL-friendly identifier for the page.

      Parameters:
      slug - The URL-friendly identifier for the page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputData

      WorkspacePage.Builder inputData(String inputData)

      A JSON string containing input parameters passed to the view when the page is rendered.

      Parameters:
      inputData - A JSON string containing input parameters passed to the view when the page is rendered.
      Returns:
      Returns a reference to this object so that method calls can be chained together.