Interface ListComputeQuotasResponse.Builder

    • Method Detail

      • computeQuotaSummaries

        ListComputeQuotasResponse.Builder computeQuotaSummaries​(Collection<ComputeQuotaSummary> computeQuotaSummaries)

        Summaries of the compute allocation definitions.

        Parameters:
        computeQuotaSummaries - Summaries of the compute allocation definitions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • computeQuotaSummaries

        ListComputeQuotasResponse.Builder computeQuotaSummaries​(ComputeQuotaSummary... computeQuotaSummaries)

        Summaries of the compute allocation definitions.

        Parameters:
        computeQuotaSummaries - Summaries of the compute allocation definitions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListComputeQuotasResponse.Builder nextToken​(String nextToken)

        If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

        Parameters:
        nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.