PricingRuleListElement.Builder |
PricingRuleListElement.Builder.arn(String arn) |
The Amazon Resource Name (ARN) used to uniquely identify a pricing rule.
|
PricingRuleListElement.Builder |
PricingRuleListElement.Builder.associatedPricingPlanCount(Long associatedPricingPlanCount) |
The pricing plans count that this pricing rule is associated with.
|
PricingRuleListElement.Builder |
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.
|
static PricingRuleListElement.Builder |
PricingRuleListElement.builder() |
|
PricingRuleListElement.Builder |
PricingRuleListElement.Builder.creationTime(Long creationTime) |
The time when the pricing rule was created.
|
PricingRuleListElement.Builder |
PricingRuleListElement.Builder.description(String description) |
The pricing rule description.
|
PricingRuleListElement.Builder |
PricingRuleListElement.Builder.lastModifiedTime(Long lastModifiedTime) |
The most recent time when the pricing rule was modified.
|
PricingRuleListElement.Builder |
PricingRuleListElement.Builder.modifierPercentage(Double modifierPercentage) |
A percentage modifier applied on the public pricing rates.
|
PricingRuleListElement.Builder |
PricingRuleListElement.Builder.name(String name) |
The name of a pricing rule.
|
PricingRuleListElement.Builder |
PricingRuleListElement.Builder.operation(String operation) |
Operation is the specific Amazon Web Services action covered by this line item.
|
PricingRuleListElement.Builder |
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 |
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 |
PricingRuleListElement.Builder.service(String service) |
If the Scope attribute is SERVICE, this attribute indicates which service the
PricingRule is applicable for.
|
default PricingRuleListElement.Builder |
PricingRuleListElement.Builder.tiering(Consumer<Tiering.Builder> tiering) |
The set of tiering configurations for the pricing rule.
|
PricingRuleListElement.Builder |
PricingRuleListElement.Builder.tiering(Tiering tiering) |
The set of tiering configurations for the pricing rule.
|
PricingRuleListElement.Builder |
PricingRuleListElement.toBuilder() |
|
PricingRuleListElement.Builder |
PricingRuleListElement.Builder.type(String type) |
The type of pricing rule.
|
PricingRuleListElement.Builder |
PricingRuleListElement.Builder.type(PricingRuleType type) |
The type of pricing rule.
|
PricingRuleListElement.Builder |
PricingRuleListElement.Builder.usageType(String usageType) |
Usage type is the unit that each service uses to measure the usage of a specific type of resource.
|