Interface UpdateDashboardLinksResponse.Builder

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

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

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

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

      A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.

      Parameters:
      linkEntities - A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • linkEntities

      UpdateDashboardLinksResponse.Builder linkEntities(String... linkEntities)

      A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.

      Parameters:
      linkEntities - A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
      Returns:
      Returns a reference to this object so that method calls can be chained together.