public static interface UpdatePricingRuleResponse.Builder extends BillingconductorResponse.Builder, SdkPojo, CopyableBuilder<UpdatePricingRuleResponse.Builder,UpdatePricingRuleResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdatePricingRuleResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the successfully updated pricing rule.
|
UpdatePricingRuleResponse.Builder |
associatedPricingPlanCount(Long associatedPricingPlanCount)
The pricing plans count that this pricing rule is associated with.
|
UpdatePricingRuleResponse.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.
|
UpdatePricingRuleResponse.Builder |
description(String description)
The new description for the pricing rule.
|
UpdatePricingRuleResponse.Builder |
lastModifiedTime(Long lastModifiedTime)
The most recent time the pricing rule was modified.
|
UpdatePricingRuleResponse.Builder |
modifierPercentage(Double modifierPercentage)
The new modifier to show pricing plan rates as a percentage.
|
UpdatePricingRuleResponse.Builder |
name(String name)
The new name of the pricing rule.
|
UpdatePricingRuleResponse.Builder |
operation(String operation)
Operation refers to the specific Amazon Web Services covered by this line item.
|
UpdatePricingRuleResponse.Builder |
scope(PricingRuleScope scope)
The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.
|
UpdatePricingRuleResponse.Builder |
scope(String scope)
The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.
|
UpdatePricingRuleResponse.Builder |
service(String service)
If the
Scope attribute is set to SERVICE, the attribute indicates which service the
PricingRule is applicable for. |
default UpdatePricingRuleResponse.Builder |
tiering(Consumer<UpdateTieringInput.Builder> tiering)
The set of tiering configurations for the pricing rule.
|
UpdatePricingRuleResponse.Builder |
tiering(UpdateTieringInput tiering)
The set of tiering configurations for the pricing rule.
|
UpdatePricingRuleResponse.Builder |
type(PricingRuleType type)
The new pricing rule type.
|
UpdatePricingRuleResponse.Builder |
type(String type)
The new pricing rule type.
|
UpdatePricingRuleResponse.Builder |
usageType(String usageType)
Usage type is the unit that each service uses to measure the usage of a specific type of resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePricingRuleResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the successfully updated pricing rule.
arn - The Amazon Resource Name (ARN) of the successfully updated pricing rule.UpdatePricingRuleResponse.Builder name(String name)
The new name of the pricing rule. The name must be unique to each pricing rule.
name - The new name of the pricing rule. The name must be unique to each pricing rule.UpdatePricingRuleResponse.Builder description(String description)
The new description for the pricing rule.
description - The new description for the pricing rule.UpdatePricingRuleResponse.Builder scope(String scope)
The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.
scope - The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.PricingRuleScope,
PricingRuleScopeUpdatePricingRuleResponse.Builder scope(PricingRuleScope scope)
The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.
scope - The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.PricingRuleScope,
PricingRuleScopeUpdatePricingRuleResponse.Builder type(String type)
The new pricing rule type.
type - The new pricing rule type.PricingRuleType,
PricingRuleTypeUpdatePricingRuleResponse.Builder type(PricingRuleType type)
The new pricing rule type.
type - The new pricing rule type.PricingRuleType,
PricingRuleTypeUpdatePricingRuleResponse.Builder modifierPercentage(Double modifierPercentage)
The new modifier to show pricing plan rates as a percentage.
modifierPercentage - The new modifier to show pricing plan rates as a percentage.UpdatePricingRuleResponse.Builder service(String service)
If the Scope attribute is set to SERVICE, the attribute indicates which service the
PricingRule is applicable for.
service - If the Scope attribute is set to SERVICE, the attribute indicates which
service the PricingRule is applicable for.UpdatePricingRuleResponse.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.UpdatePricingRuleResponse.Builder lastModifiedTime(Long lastModifiedTime)
The most recent time the pricing rule was modified.
lastModifiedTime - The most recent time the pricing rule was modified.UpdatePricingRuleResponse.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.UpdatePricingRuleResponse.Builder tiering(UpdateTieringInput tiering)
The set of tiering configurations for the pricing rule.
tiering - The set of tiering configurations for the pricing rule.default UpdatePricingRuleResponse.Builder tiering(Consumer<UpdateTieringInput.Builder> tiering)
The set of tiering configurations for the pricing rule.
This is a convenience method that creates an instance of theUpdateTieringInput.Builder avoiding the
need to create one manually via UpdateTieringInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to tiering(UpdateTieringInput).
tiering - a consumer that will call methods on UpdateTieringInput.Buildertiering(UpdateTieringInput)UpdatePricingRuleResponse.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.
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.
UpdatePricingRuleResponse.Builder operation(String operation)
Operation refers to the specific Amazon Web Services 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 refers to the specific Amazon Web Services 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.