Interface Usage.Builder

    • Method Detail

      • currency

        Usage.Builder currency​(String currency)

        The currency type used when calculating usage data.

        Parameters:
        currency - The currency type used when calculating usage data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Currency, Currency
      • currency

        Usage.Builder currency​(Currency currency)

        The currency type used when calculating usage data.

        Parameters:
        currency - The currency type used when calculating usage data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Currency, Currency
      • estimatedMonthlyCost

        Usage.Builder estimatedMonthlyCost​(Double estimatedMonthlyCost)

        The estimated monthly cost of Amazon Inspector.

        Parameters:
        estimatedMonthlyCost - The estimated monthly cost of Amazon Inspector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • total

        Usage.Builder total​(Double total)

        The total of usage.

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

        Usage.Builder type​(String type)

        The type scan.

        Parameters:
        type - The type scan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UsageType, UsageType
      • type

        Usage.Builder type​(UsageType type)

        The type scan.

        Parameters:
        type - The type scan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UsageType, UsageType