Interface ListUsageLimitsResponse.Builder

  • Method Details

    • nextToken

      When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.

      Parameters:
      nextToken - When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • usageLimits

      An array of returned usage limit objects.

      Parameters:
      usageLimits - An array of returned usage limit objects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • usageLimits

      ListUsageLimitsResponse.Builder usageLimits(UsageLimit... usageLimits)

      An array of returned usage limit objects.

      Parameters:
      usageLimits - An array of returned usage limit objects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • usageLimits

      An array of returned usage limit objects.

      This is a convenience method that creates an instance of the UsageLimit.Builder avoiding the need to create one manually via UsageLimit.builder() .

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to usageLimits(List<UsageLimit>).

      Parameters:
      usageLimits - a consumer that will call methods on UsageLimit.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: