Interface Usage.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Usage.Builder,Usage>, SdkBuilder<Usage.Builder,Usage>, SdkPojo
Enclosing class:
Usage

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

    • 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

      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:
    • 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:
    • 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: