Interface GetDashboardResponse.Builder

    • Method Detail

      • dashboardArn

        GetDashboardResponse.Builder dashboardArn​(String dashboardArn)

        The Amazon Resource Name (ARN) of the dashboard.

        Parameters:
        dashboardArn - The Amazon Resource Name (ARN) of the dashboard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dashboardBody

        GetDashboardResponse.Builder dashboardBody​(String dashboardBody)

        The detailed information about the dashboard, including what widgets are included and their location on the dashboard. For more information about the DashboardBody syntax, see Dashboard Body Structure and Syntax.

        Parameters:
        dashboardBody - The detailed information about the dashboard, including what widgets are included and their location on the dashboard. For more information about the DashboardBody syntax, see Dashboard Body Structure and Syntax.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dashboardName

        GetDashboardResponse.Builder dashboardName​(String dashboardName)

        The name of the dashboard.

        Parameters:
        dashboardName - The name of the dashboard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.