Interface GetApproximateUsageRecordsRequest.Builder

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

  • Method Details

    • granularity

      How granular you want the data to be. You can enable data at hourly or daily granularity.

      Parameters:
      granularity - How granular you want the data to be. You can enable data at hourly or daily granularity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • granularity

      How granular you want the data to be. You can enable data at hourly or daily granularity.

      Parameters:
      granularity - How granular you want the data to be. You can enable data at hourly or daily granularity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • services

      The service metadata for the service or services you want to query. If not specified, all elements are returned.

      Parameters:
      services - The service metadata for the service or services you want to query. If not specified, all elements are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • services

      The service metadata for the service or services you want to query. If not specified, all elements are returned.

      Parameters:
      services - The service metadata for the service or services you want to query. If not specified, all elements are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • approximationDimension

      GetApproximateUsageRecordsRequest.Builder approximationDimension(String approximationDimension)

      The service to evaluate for the usage records. You can choose resource-level data at daily granularity, or hourly granularity with or without resource-level data.

      Parameters:
      approximationDimension - The service to evaluate for the usage records. You can choose resource-level data at daily granularity, or hourly granularity with or without resource-level data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • approximationDimension

      GetApproximateUsageRecordsRequest.Builder approximationDimension(ApproximationDimension approximationDimension)

      The service to evaluate for the usage records. You can choose resource-level data at daily granularity, or hourly granularity with or without resource-level data.

      Parameters:
      approximationDimension - The service to evaluate for the usage records. You can choose resource-level data at daily granularity, or hourly granularity with or without resource-level data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

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