Uses of Interface
software.amazon.awssdk.services.billingconductor.model.CreatePricingPlanRequest.Builder
-
Packages that use CreatePricingPlanRequest.Builder Package Description software.amazon.awssdk.services.billingconductor Amazon Web Services Billing Conductor is a fully managed service that you can use to customize a proforma version of your billing data each month, to accurately show or chargeback your end customers.software.amazon.awssdk.services.billingconductor.model -
-
Uses of CreatePricingPlanRequest.Builder in software.amazon.awssdk.services.billingconductor
Method parameters in software.amazon.awssdk.services.billingconductor with type arguments of type CreatePricingPlanRequest.Builder Modifier and Type Method 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 CreatePricingPlanResponseBillingconductorClient. createPricingPlan(Consumer<CreatePricingPlanRequest.Builder> createPricingPlanRequest)Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups. -
Uses of CreatePricingPlanRequest.Builder in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return CreatePricingPlanRequest.Builder Modifier and Type Method Description static CreatePricingPlanRequest.BuilderCreatePricingPlanRequest. builder()CreatePricingPlanRequest.BuilderCreatePricingPlanRequest.Builder. clientToken(String clientToken)The token that is needed to support idempotency.CreatePricingPlanRequest.BuilderCreatePricingPlanRequest.Builder. description(String description)The description of the pricing plan.CreatePricingPlanRequest.BuilderCreatePricingPlanRequest.Builder. name(String name)The name of the pricing plan.CreatePricingPlanRequest.BuilderCreatePricingPlanRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreatePricingPlanRequest.BuilderCreatePricingPlanRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreatePricingPlanRequest.BuilderCreatePricingPlanRequest.Builder. pricingRuleArns(String... pricingRuleArns)A list of Amazon Resource Names (ARNs) that define the pricing plan parameters.CreatePricingPlanRequest.BuilderCreatePricingPlanRequest.Builder. pricingRuleArns(Collection<String> pricingRuleArns)A list of Amazon Resource Names (ARNs) that define the pricing plan parameters.CreatePricingPlanRequest.BuilderCreatePricingPlanRequest.Builder. tags(Map<String,String> tags)A map that contains tag keys and tag values that are attached to a pricing plan.CreatePricingPlanRequest.BuilderCreatePricingPlanRequest. toBuilder()Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type CreatePricingPlanRequest.Builder Modifier and Type Method Description static Class<? extends CreatePricingPlanRequest.Builder>CreatePricingPlanRequest. serializableBuilderClass()
-