Interface CreateDashboardResponse.Builder

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

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

    • 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:
    • creationStatus

      CreateDashboardResponse.Builder creationStatus(ResourceStatus 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:
    • 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

      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.