Interface FreeTierUsage.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FreeTierUsage.Builder,FreeTierUsage>,SdkBuilder<FreeTierUsage.Builder,FreeTierUsage>,SdkPojo
- Enclosing class:
- FreeTierUsage
public static interface FreeTierUsage.Builder extends SdkPojo, CopyableBuilder<FreeTierUsage.Builder,FreeTierUsage>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FreeTierUsage.BuilderactualUsageAmount(Double actualUsageAmount)Describes the actual usage accrued month-to-day (MTD) that you've used so far.FreeTierUsage.Builderdescription(String description)The description of the Free Tier offer.FreeTierUsage.BuilderforecastedUsageAmount(Double forecastedUsageAmount)Describes the forecasted usage by the month that you're expected to use.FreeTierUsage.BuilderfreeTierType(String freeTierType)Describes the type of the Free Tier offer.FreeTierUsage.Builderlimit(Double limit)Describes the maximum usage allowed in Free Tier.FreeTierUsage.Builderoperation(String operation)DescribesusageTypemore granularly with the specific Amazon Web Service API operation.FreeTierUsage.Builderregion(String region)Describes the Amazon Web Services Region for which this offer is applicableFreeTierUsage.Builderservice(String service)The name of the Amazon Web Service providing the Free Tier offer.FreeTierUsage.Builderunit(String unit)Describes the unit of theusageType, such asHrs.FreeTierUsage.BuilderusageType(String usageType)Describes the usage details of the offer.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
actualUsageAmount
FreeTierUsage.Builder actualUsageAmount(Double actualUsageAmount)
Describes the actual usage accrued month-to-day (MTD) that you've used so far.
- Parameters:
actualUsageAmount- Describes the actual usage accrued month-to-day (MTD) that you've used so far.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
FreeTierUsage.Builder description(String description)
The description of the Free Tier offer.
- Parameters:
description- The description of the Free Tier offer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
forecastedUsageAmount
FreeTierUsage.Builder forecastedUsageAmount(Double forecastedUsageAmount)
Describes the forecasted usage by the month that you're expected to use.
- Parameters:
forecastedUsageAmount- Describes the forecasted usage by the month that you're expected to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
freeTierType
FreeTierUsage.Builder freeTierType(String freeTierType)
Describes the type of the Free Tier offer. For example, the offer can be
"12 Months Free","Always Free", and"Free Trial".- Parameters:
freeTierType- Describes the type of the Free Tier offer. For example, the offer can be"12 Months Free","Always Free", and"Free Trial".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
FreeTierUsage.Builder limit(Double limit)
Describes the maximum usage allowed in Free Tier.
- Parameters:
limit- Describes the maximum usage allowed in Free Tier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operation
FreeTierUsage.Builder operation(String operation)
Describes
usageTypemore granularly with the specific Amazon Web Service API operation. For example, this can be theRunInstancesAPI operation for Amazon Elastic Compute Cloud.- Parameters:
operation- DescribesusageTypemore granularly with the specific Amazon Web Service API operation. For example, this can be theRunInstancesAPI operation for Amazon Elastic Compute Cloud.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
FreeTierUsage.Builder region(String region)
Describes the Amazon Web Services Region for which this offer is applicable
- Parameters:
region- Describes the Amazon Web Services Region for which this offer is applicable- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
service
FreeTierUsage.Builder service(String service)
The name of the Amazon Web Service providing the Free Tier offer. For example, this can be Amazon Elastic Compute Cloud.
- Parameters:
service- The name of the Amazon Web Service providing the Free Tier offer. For example, this can be Amazon Elastic Compute Cloud.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
FreeTierUsage.Builder unit(String unit)
Describes the unit of the
usageType, such asHrs.- Parameters:
unit- Describes the unit of theusageType, such asHrs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
usageType
FreeTierUsage.Builder usageType(String usageType)
Describes the usage details of the offer. For example, this might be
Global-BoxUsage:freetrial.- Parameters:
usageType- Describes the usage details of the offer. For example, this might beGlobal-BoxUsage:freetrial.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-