Interface CreateDashboardResponse.Builder

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

public static interface CreateDashboardResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<CreateDashboardResponse.Builder,CreateDashboardResponse>
  • Method Details

    • dashboardId

      CreateDashboardResponse.Builder dashboardId(String dashboardId)

      The ID of the dashboard.

      Parameters:
      dashboardId - The ID of the dashboard.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dashboardArn

      CreateDashboardResponse.Builder dashboardArn(String dashboardArn)

      The ARN of the dashboard, which has the following format.

      arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}

      Parameters:
      dashboardArn - The ARN of the dashboard, which has the following format.

      arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}

      Returns:
      Returns a reference to this object so that method calls can be chained together.