Interface CreatePricingRuleRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BillingconductorRequest.Builder
,Buildable
,CopyableBuilder<CreatePricingRuleRequest.Builder,
,CreatePricingRuleRequest> SdkBuilder<CreatePricingRuleRequest.Builder,
,CreatePricingRuleRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreatePricingRuleRequest
-
Method Summary
Modifier and TypeMethodDescriptionbillingEntity
(String billingEntity) The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.clientToken
(String clientToken) The token that's needed to support idempotency.description
(String description) The pricing rule description.modifierPercentage
(Double modifierPercentage) A percentage modifier that's applied on the public pricing rates.The pricing rule name.Operation is the specific Amazon Web Services action covered by this line item.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.scope
(PricingRuleScope scope) The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.If theScope
attribute is set toSERVICE
orSKU
, the attribute indicates which service thePricingRule
is applicable for.A map that contains tag keys and tag values that are attached to a pricing rule.default CreatePricingRuleRequest.Builder
tiering
(Consumer<CreateTieringInput.Builder> tiering) The set of tiering configurations for the pricing rule.tiering
(CreateTieringInput tiering) The set of tiering configurations for the pricing rule.The type of pricing rule.type
(PricingRuleType type) The type of pricing rule.Usage type is the unit that each service uses to measure the usage of a specific type of resource.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.billingconductor.model.BillingconductorRequest.Builder
build
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
-
clientToken
The token that's needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.
- Parameters:
clientToken
- The token that's needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The pricing rule name. The names must be unique to each pricing rule.
- Parameters:
name
- The pricing rule name. The names must be unique to each pricing rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The pricing rule description.
- Parameters:
description
- The pricing rule description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scope
The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.
- Parameters:
scope
- The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scope
The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.
- Parameters:
scope
- The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of pricing rule.
- Parameters:
type
- The type of pricing rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of pricing rule.
- Parameters:
type
- The type of pricing rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modifierPercentage
A percentage modifier that's applied on the public pricing rates.
- Parameters:
modifierPercentage
- A percentage modifier that's applied on the public pricing rates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
service
If the
Scope
attribute is set toSERVICE
orSKU
, the attribute indicates which service thePricingRule
is applicable for.- Parameters:
service
- If theScope
attribute is set toSERVICE
orSKU
, the attribute indicates which service thePricingRule
is applicable for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A map that contains tag keys and tag values that are attached to a pricing rule.
- Parameters:
tags
- A map that contains tag keys and tag values that are attached to a pricing rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingEntity
The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.
- Parameters:
billingEntity
- The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tiering
The set of tiering configurations for the pricing rule.
- Parameters:
tiering
- The set of tiering configurations for the pricing rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tiering
The set of tiering configurations for the pricing rule.
This is a convenience method that creates an instance of theCreateTieringInput.Builder
avoiding the need to create one manually viaCreateTieringInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totiering(CreateTieringInput)
.- Parameters:
tiering
- a consumer that will call methods onCreateTieringInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 toSKU
, this attribute indicates which usage type thePricingRule
is modifying. For example,USW2-BoxUsage:m2.2xlarge
describes anM2 High Memory Double Extra Large
instance in the US West (Oregon) Region.</p>
- Parameters:
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 toSKU
, this attribute indicates which usage type thePricingRule
is modifying. For example,USW2-BoxUsage:m2.2xlarge
describes anM2 High Memory Double Extra Large
instance in the US West (Oregon) Region.</p>
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 toSKU
, this attribute indicates which operation thePricingRule
is modifying. For example, a value ofRunInstances:0202
indicates the operation of running an Amazon EC2 instance.- Parameters:
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 toSKU
, this attribute indicates which operation thePricingRule
is modifying. For example, a value ofRunInstances:0202
indicates the operation of running an Amazon EC2 instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreatePricingRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreatePricingRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-