Interface GetCreditAllocationHistoryRequest.Builder

  • Method Details

    • accountId

      The Amazon Web Services account ID whose allocation history to retrieve. Must be a 12-digit numeric string.

      Parameters:
      accountId - The Amazon Web Services account ID whose allocation history to retrieve. Must be a 12-digit numeric string.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creditId

      Filters the result to a single credit. When omitted, returns allocation entries for all credits.

      Parameters:
      creditId - Filters the result to a single credit. When omitted, returns allocation entries for all credits.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startDate

      Inclusive start date as Unix epoch seconds. Must be on or before endDate. The range from startDate to endDate cannot exceed 24 billing months.

      Parameters:
      startDate - Inclusive start date as Unix epoch seconds. Must be on or before endDate. The range from startDate to endDate cannot exceed 24 billing months.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endDate

      Inclusive end date as Unix epoch seconds.

      Parameters:
      endDate - Inclusive end date as Unix epoch seconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      Pagination token from a previous response. Pass the value returned in nextToken to retrieve the next page of results.

      Parameters:
      nextToken - Pagination token from a previous response. Pass the value returned in nextToken to retrieve the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of records to return per page. Range: 1 to 1000. Default: 100.

      Parameters:
      maxResults - The maximum number of records to return per page. Range: 1 to 1000. Default: 100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetCreditAllocationHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration 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.