Interface ViewBillingRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ViewBillingRequest.Builder,ViewBillingRequest>, Route53DomainsRequest.Builder, SdkBuilder<ViewBillingRequest.Builder,ViewBillingRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ViewBillingRequest

public static interface ViewBillingRequest.Builder extends Route53DomainsRequest.Builder, SdkPojo, CopyableBuilder<ViewBillingRequest.Builder,ViewBillingRequest>
  • Method Details

    • start

      The beginning date and time for the time period for which you want a list of billing records. Specify the date and time in Unix time format and Coordinated Universal time (UTC).

      Parameters:
      start - The beginning date and time for the time period for which you want a list of billing records. Specify the date and time in Unix time format and Coordinated Universal time (UTC).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • end

      The end date and time for the time period for which you want a list of billing records. Specify the date and time in Unix time format and Coordinated Universal time (UTC).

      Parameters:
      end - The end date and time for the time period for which you want a list of billing records. Specify the date and time in Unix time format and Coordinated Universal time (UTC).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • marker

      For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current Amazon Web Services account during the specified period is greater than the value that you specified for MaxItems, you can use Marker to return additional billing records. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

      Constraints: The marker must match the value of NextPageMarker that was returned in the previous response.

      Parameters:
      marker - For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current Amazon Web Services account during the specified period is greater than the value that you specified for MaxItems, you can use Marker to return additional billing records. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

      Constraints: The marker must match the value of NextPageMarker that was returned in the previous response.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxItems

      ViewBillingRequest.Builder maxItems(Integer maxItems)

      The number of billing records to be returned.

      Default: 20

      Parameters:
      maxItems - The number of billing records to be returned.

      Default: 20

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ViewBillingRequest.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.