Interface FreeTierUsage.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FreeTierUsage.Builder,
,FreeTierUsage> SdkBuilder<FreeTierUsage.Builder,
,FreeTierUsage> SdkPojo
- Enclosing class:
FreeTierUsage
-
Method Summary
Modifier and TypeMethodDescriptionactualUsageAmount
(Double actualUsageAmount) Describes the actual usage accrued month-to-day (MTD) that you've used so far.description
(String description) The description of the Free Tier offer.forecastedUsageAmount
(Double forecastedUsageAmount) Describes the forecasted usage by the month that you're expected to use.freeTierType
(String freeTierType) Describes the type of the Free Tier offer.Describes the maximum usage allowed in Free Tier.DescribesusageType
more granularly with the specific Amazon Web Services service API operation.Describes the Amazon Web Services Region for which this offer is applicableThe name of the Amazon Web Services service providing the Free Tier offer.Describes the unit of theusageType
, such asHrs
.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, sdkFieldNameToField, sdkFields
-
Method Details
-
service
The name of the Amazon Web Services service providing the Free Tier offer. For example, this can be Amazon Elastic Compute Cloud.
- Parameters:
service
- The name of the Amazon Web Services 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.
-
operation
Describes
usageType
more granularly with the specific Amazon Web Services service API operation. For example, this can be theRunInstances
API operation for Amazon Elastic Compute Cloud.- Parameters:
operation
- DescribesusageType
more granularly with the specific Amazon Web Services service API operation. For example, this can be theRunInstances
API operation for Amazon Elastic Compute Cloud.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-