Interface HistoricalUsageEntity.Builder

    • Method Detail

      • serviceCode

        HistoricalUsageEntity.Builder serviceCode​(String serviceCode)

        The Amazon Web Services service code associated with the usage.

        Parameters:
        serviceCode - The Amazon Web Services service code associated with the usage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • usageType

        HistoricalUsageEntity.Builder usageType​(String usageType)

        The type of usage.

        Parameters:
        usageType - The type of usage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operation

        HistoricalUsageEntity.Builder operation​(String operation)

        The specific operation associated with the usage.

        Parameters:
        operation - The specific operation associated with the usage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • location

        HistoricalUsageEntity.Builder location​(String location)

        The location associated with the usage.

        Parameters:
        location - The location associated with the usage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • usageAccountId

        HistoricalUsageEntity.Builder usageAccountId​(String usageAccountId)

        The Amazon Web Services account ID associated with the usage.

        Parameters:
        usageAccountId - The Amazon Web Services account ID associated with the usage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • billInterval

        HistoricalUsageEntity.Builder billInterval​(BillInterval billInterval)

        The time interval for the historical usage data.

        Parameters:
        billInterval - The time interval for the historical usage data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filterExpression

        HistoricalUsageEntity.Builder filterExpression​(Expression filterExpression)

        An optional filter expression to apply to the historical usage data.

        Parameters:
        filterExpression - An optional filter expression to apply to the historical usage data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.