Interface CreateDashboardResponse.Builder

    • Method Detail

      • arn

        CreateDashboardResponse.Builder arn​(String arn)

        The ARN of the dashboard.

        Parameters:
        arn - The ARN of the dashboard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionArn

        CreateDashboardResponse.Builder versionArn​(String versionArn)

        The ARN of the dashboard, including the version number of the first version that is created.

        Parameters:
        versionArn - The ARN of the dashboard, including the version number of the first version that is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dashboardId

        CreateDashboardResponse.Builder dashboardId​(String dashboardId)

        The ID for the dashboard.

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

        CreateDashboardResponse.Builder creationStatus​(String creationStatus)

        The status of the dashboard creation request.

        Parameters:
        creationStatus - The status of the dashboard creation request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceStatus, ResourceStatus
      • status

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

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