Interface DashboardEntry.Builder

    • Method Detail

      • dashboardName

        DashboardEntry.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.
      • dashboardArn

        DashboardEntry.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.
      • lastModified

        DashboardEntry.Builder lastModified​(Instant lastModified)

        The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.

        Parameters:
        lastModified - The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • size

        DashboardEntry.Builder size​(Long size)

        The size of the dashboard, in bytes.

        Parameters:
        size - The size of the dashboard, in bytes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.