Interface FreeTierUsage.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FreeTierUsage.Builder,,- FreeTierUsage> - SdkBuilder<FreeTierUsage.Builder,,- FreeTierUsage> - SdkPojo
- Enclosing class:
- FreeTierUsage
- 
Method SummaryModifier 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.DescribesusageTypemore 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
serviceThe 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.
 
- 
operationDescribes usageTypemore granularly with the specific Amazon Web Services service API operation. For example, this can be theRunInstancesAPI operation for Amazon Elastic Compute Cloud.- Parameters:
- operation- Describes- usageTypemore granularly with the specific Amazon Web Services service API operation. For example, this can be the- RunInstancesAPI operation for Amazon Elastic Compute Cloud.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
usageTypeDescribes 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 be- Global-BoxUsage:freetrial.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
regionDescribes 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.
 
- 
actualUsageAmountDescribes 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.
 
- 
forecastedUsageAmountDescribes 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.
 
- 
limitDescribes 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.
 
- 
unitDescribes the unit of the usageType, such asHrs.- Parameters:
- unit- Describes the unit of the- usageType, such as- Hrs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe 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.
 
- 
freeTierTypeDescribes 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.
 
 
-