Interface ListProvisionedModelThroughputsResponse.Builder

    • Method Detail

      • nextToken

        ListProvisionedModelThroughputsResponse.Builder nextToken​(String nextToken)

        If there are more results than the number you specified in the maxResults field, this value is returned. To see the next batch of results, include this value in the nextToken field in another list request.

        Parameters:
        nextToken - If there are more results than the number you specified in the maxResults field, this value is returned. To see the next batch of results, include this value in the nextToken field in another list request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • provisionedModelSummaries

        ListProvisionedModelThroughputsResponse.Builder provisionedModelSummaries​(Collection<ProvisionedModelSummary> provisionedModelSummaries)

        A list of summaries, one for each Provisioned Throughput in the response.

        Parameters:
        provisionedModelSummaries - A list of summaries, one for each Provisioned Throughput in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • provisionedModelSummaries

        ListProvisionedModelThroughputsResponse.Builder provisionedModelSummaries​(ProvisionedModelSummary... provisionedModelSummaries)

        A list of summaries, one for each Provisioned Throughput in the response.

        Parameters:
        provisionedModelSummaries - A list of summaries, one for each Provisioned Throughput in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.