Interface ListBillingAdjustmentRequestsRequest.Builder

  • Method Details

    • agreementId

      The unique identifier of the agreement to list billing adjustment requests for.

      Parameters:
      agreementId - The unique identifier of the agreement to list billing adjustment requests for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      An optional filter to return billing adjustment requests with the specified status.

      Parameters:
      status - An optional filter to return billing adjustment requests with the specified status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      An optional filter to return billing adjustment requests with the specified status.

      Parameters:
      status - An optional filter to return billing adjustment requests with the specified status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAfter

      An optional filter to return billing adjustment requests created after the specified POSIX timestamp (Unix epoch seconds).

      Parameters:
      createdAfter - An optional filter to return billing adjustment requests created after the specified POSIX timestamp (Unix epoch seconds).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBefore

      An optional filter to return billing adjustment requests created before the specified POSIX timestamp (Unix epoch seconds).

      Parameters:
      createdBefore - An optional filter to return billing adjustment requests created before the specified POSIX timestamp (Unix epoch seconds).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of billing adjustment requests to return in the response.

      Parameters:
      maxResults - The maximum number of billing adjustment requests to return in the response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • catalog

      An optional filter to return billing adjustment requests by catalog (e.g., AWSMarketplace).

      Parameters:
      catalog - An optional filter to return billing adjustment requests by catalog (e.g., AWSMarketplace ).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agreementType

      An optional filter to return billing adjustment requests by agreement type (e.g., PurchaseAgreement).

      Parameters:
      agreementType - An optional filter to return billing adjustment requests by agreement type (e.g., PurchaseAgreement).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      A token to specify where to start pagination. Use the nextToken value from a previous response to retrieve the next page of results.

      Parameters:
      nextToken - A token to specify where to start pagination. Use the nextToken value from a previous response to retrieve the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.