| Package | Description |
|---|---|
| software.amazon.awssdk.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
static ComputationPreference.Builder |
ComputationPreference.builder() |
ComputationPreference.Builder |
ComputationPreference.Builder.pricingPlanArn(String pricingPlanArn)
The Amazon Resource Name (ARN) of the pricing plan that's used to compute the Amazon Web Services charges for
a billing group.
|
ComputationPreference.Builder |
ComputationPreference.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ComputationPreference.Builder> |
ComputationPreference.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateBillingGroupRequest.Builder |
UpdateBillingGroupRequest.Builder.computationPreference(Consumer<ComputationPreference.Builder> computationPreference)
The preferences and settings that will be used to compute the Amazon Web Services charges for a billing
group.
|
default CreateBillingGroupRequest.Builder |
CreateBillingGroupRequest.Builder.computationPreference(Consumer<ComputationPreference.Builder> computationPreference)
The preferences and settings that will be used to compute the Amazon Web Services charges for a billing
group.
|
default BillingGroupListElement.Builder |
BillingGroupListElement.Builder.computationPreference(Consumer<ComputationPreference.Builder> computationPreference)
Sets the value of the ComputationPreference property for this object.
|
Copyright © 2023. All rights reserved.