Interface GetDashboardResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CloudWatchResponse.Builder, CopyableBuilder<GetDashboardResponse.Builder,GetDashboardResponse>, SdkBuilder<GetDashboardResponse.Builder,GetDashboardResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetDashboardResponse

public static interface GetDashboardResponse.Builder extends CloudWatchResponse.Builder, SdkPojo, CopyableBuilder<GetDashboardResponse.Builder,GetDashboardResponse>
  • Method Details

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