| Package | Description |
|---|---|
| software.amazon.awssdk.services.billingconductor |
Amazon Web Services Billing Conductor is a fully managed service that you can use to customize a pro
forma version of your billing data each month, to accurately show or chargeback your end customers.
|
| software.amazon.awssdk.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreatePricingPlanResponse> |
BillingconductorAsyncClient.createPricingPlan(Consumer<CreatePricingPlanRequest.Builder> createPricingPlanRequest)
Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.
|
default CreatePricingPlanResponse |
BillingconductorClient.createPricingPlan(Consumer<CreatePricingPlanRequest.Builder> createPricingPlanRequest)
Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.
|
| Modifier and Type | Method and Description |
|---|---|
static CreatePricingPlanRequest.Builder |
CreatePricingPlanRequest.builder() |
CreatePricingPlanRequest.Builder |
CreatePricingPlanRequest.Builder.clientToken(String clientToken)
The token that is needed to support idempotency.
|
CreatePricingPlanRequest.Builder |
CreatePricingPlanRequest.Builder.description(String description)
The description of the pricing plan.
|
CreatePricingPlanRequest.Builder |
CreatePricingPlanRequest.Builder.name(String name)
The name of the pricing plan.
|
CreatePricingPlanRequest.Builder |
CreatePricingPlanRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreatePricingPlanRequest.Builder |
CreatePricingPlanRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreatePricingPlanRequest.Builder |
CreatePricingPlanRequest.Builder.pricingRuleArns(Collection<String> pricingRuleArns)
A list of Amazon Resource Names (ARNs) that define the pricing plan parameters.
|
CreatePricingPlanRequest.Builder |
CreatePricingPlanRequest.Builder.pricingRuleArns(String... pricingRuleArns)
A list of Amazon Resource Names (ARNs) that define the pricing plan parameters.
|
CreatePricingPlanRequest.Builder |
CreatePricingPlanRequest.Builder.tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to a pricing plan.
|
CreatePricingPlanRequest.Builder |
CreatePricingPlanRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreatePricingPlanRequest.Builder> |
CreatePricingPlanRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.