Interface UpdateDashboardLinksResponse.Builder

    • Method Detail

      • requestId

        UpdateDashboardLinksResponse.Builder requestId​(String requestId)

        The Amazon Web Services request ID for this operation.

        Parameters:
        requestId - The Amazon Web Services request ID for this operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        UpdateDashboardLinksResponse.Builder status​(Integer status)

        The HTTP status of the request.

        Parameters:
        status - The HTTP status of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dashboardArn

        UpdateDashboardLinksResponse.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.
      • linkEntities

        UpdateDashboardLinksResponse.Builder linkEntities​(Collection<String> linkEntities)

        A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.

        Parameters:
        linkEntities - A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • linkEntities

        UpdateDashboardLinksResponse.Builder linkEntities​(String... linkEntities)

        A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.

        Parameters:
        linkEntities - A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.