public static interface PricingRuleListElement.Builder extends SdkPojo, CopyableBuilder<PricingRuleListElement.Builder,PricingRuleListElement>
| Modifier and Type | Method and Description |
|---|---|
PricingRuleListElement.Builder |
arn(String arn)
The Amazon Resource Name (ARN) used to uniquely identify a pricing rule.
|
PricingRuleListElement.Builder |
associatedPricingPlanCount(Long associatedPricingPlanCount)
The pricing plans count that this pricing rule is associated with.
|
PricingRuleListElement.Builder |
billingEntity(String billingEntity)
The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling
services via Amazon Web Services Marketplace.
|
PricingRuleListElement.Builder |
creationTime(Long creationTime)
The time when the pricing rule was created.
|
PricingRuleListElement.Builder |
description(String description)
The pricing rule description.
|
PricingRuleListElement.Builder |
lastModifiedTime(Long lastModifiedTime)
The most recent time when the pricing rule was modified.
|
PricingRuleListElement.Builder |
modifierPercentage(Double modifierPercentage)
A percentage modifier applied on the public pricing rates.
|
PricingRuleListElement.Builder |
name(String name)
The name of a pricing rule.
|
PricingRuleListElement.Builder |
operation(String operation)
Operation is the specific Amazon Web Services action covered by this line item.
|
PricingRuleListElement.Builder |
scope(PricingRuleScope scope)
The scope of pricing rule that indicates if it is globally applicable, or if it is service-specific.
|
PricingRuleListElement.Builder |
scope(String scope)
The scope of pricing rule that indicates if it is globally applicable, or if it is service-specific.
|
PricingRuleListElement.Builder |
service(String service)
If the
Scope attribute is SERVICE, this attribute indicates which service the
PricingRule is applicable for. |
default PricingRuleListElement.Builder |
tiering(Consumer<Tiering.Builder> tiering)
The set of tiering configurations for the pricing rule.
|
PricingRuleListElement.Builder |
tiering(Tiering tiering)
The set of tiering configurations for the pricing rule.
|
PricingRuleListElement.Builder |
type(PricingRuleType type)
The type of pricing rule.
|
PricingRuleListElement.Builder |
type(String type)
The type of pricing rule.
|
PricingRuleListElement.Builder |
usageType(String usageType)
Usage type is the unit that each service uses to measure the usage of a specific type of resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPricingRuleListElement.Builder name(String name)
The name of a pricing rule.
name - The name of a pricing rule.PricingRuleListElement.Builder arn(String arn)
The Amazon Resource Name (ARN) used to uniquely identify a pricing rule.
arn - The Amazon Resource Name (ARN) used to uniquely identify a pricing rule.PricingRuleListElement.Builder description(String description)
The pricing rule description.
description - The pricing rule description.PricingRuleListElement.Builder scope(String scope)
The scope of pricing rule that indicates if it is globally applicable, or if it is service-specific.
scope - The scope of pricing rule that indicates if it is globally applicable, or if it is service-specific.PricingRuleScope,
PricingRuleScopePricingRuleListElement.Builder scope(PricingRuleScope scope)
The scope of pricing rule that indicates if it is globally applicable, or if it is service-specific.
scope - The scope of pricing rule that indicates if it is globally applicable, or if it is service-specific.PricingRuleScope,
PricingRuleScopePricingRuleListElement.Builder type(String type)
The type of pricing rule.
type - The type of pricing rule.PricingRuleType,
PricingRuleTypePricingRuleListElement.Builder type(PricingRuleType type)
The type of pricing rule.
type - The type of pricing rule.PricingRuleType,
PricingRuleTypePricingRuleListElement.Builder modifierPercentage(Double modifierPercentage)
A percentage modifier applied on the public pricing rates.
modifierPercentage - A percentage modifier applied on the public pricing rates.PricingRuleListElement.Builder service(String service)
If the Scope attribute is SERVICE, this attribute indicates which service the
PricingRule is applicable for.
service - If the Scope attribute is SERVICE, this attribute indicates which service
the PricingRule is applicable for.PricingRuleListElement.Builder associatedPricingPlanCount(Long associatedPricingPlanCount)
The pricing plans count that this pricing rule is associated with.
associatedPricingPlanCount - The pricing plans count that this pricing rule is associated with.PricingRuleListElement.Builder creationTime(Long creationTime)
The time when the pricing rule was created.
creationTime - The time when the pricing rule was created.PricingRuleListElement.Builder lastModifiedTime(Long lastModifiedTime)
The most recent time when the pricing rule was modified.
lastModifiedTime - The most recent time when the pricing rule was modified.PricingRuleListElement.Builder billingEntity(String billingEntity)
The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.
billingEntity - The seller of services provided by Amazon Web Services, their affiliates, or third-party providers
selling services via Amazon Web Services Marketplace.PricingRuleListElement.Builder tiering(Tiering tiering)
The set of tiering configurations for the pricing rule.
tiering - The set of tiering configurations for the pricing rule.default PricingRuleListElement.Builder tiering(Consumer<Tiering.Builder> tiering)
The set of tiering configurations for the pricing rule.
This is a convenience method that creates an instance of theTiering.Builder avoiding the need to
create one manually via Tiering.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to tiering(Tiering).
tiering - a consumer that will call methods on Tiering.Buildertiering(Tiering)PricingRuleListElement.Builder usageType(String usageType)
Usage type is the unit that each service uses to measure the usage of a specific type of resource.
If the Scope attribute is set to SKU, this attribute indicates which usage type the
PricingRule is modifying. For example, USW2-BoxUsage:m2.2xlarge describes an
M2 High Memory Double Extra Large instance in the US West (Oregon) Region.
</p>
usageType - Usage type is the unit that each service uses to measure the usage of a specific type of resource.
If the Scope attribute is set to SKU, this attribute indicates which usage
type the PricingRule is modifying. For example, USW2-BoxUsage:m2.2xlarge
describes an M2 High Memory Double Extra Large instance in the US West (Oregon) Region.
</p> PricingRuleListElement.Builder operation(String operation)
Operation is the specific Amazon Web Services action covered by this line item. This describes the specific usage of the line item.
If the Scope attribute is set to SKU, this attribute indicates which operation the
PricingRule is modifying. For example, a value of RunInstances:0202 indicates the
operation of running an Amazon EC2 instance.
operation - Operation is the specific Amazon Web Services action covered by this line item. This describes the
specific usage of the line item.
If the Scope attribute is set to SKU, this attribute indicates which
operation the PricingRule is modifying. For example, a value of
RunInstances:0202 indicates the operation of running an Amazon EC2 instance.
Copyright © 2023. All rights reserved.