Uses of Interface
software.amazon.awssdk.services.billingconductor.model.ComputationPreference.Builder
-
Packages that use ComputationPreference.Builder Package Description software.amazon.awssdk.services.billingconductor.model -
-
Uses of ComputationPreference.Builder in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return ComputationPreference.Builder Modifier and Type Method Description static ComputationPreference.BuilderComputationPreference. builder()ComputationPreference.BuilderComputationPreference.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.BuilderComputationPreference. toBuilder()Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type ComputationPreference.Builder Modifier and Type Method Description static Class<? extends ComputationPreference.Builder>ComputationPreference. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.billingconductor.model with type arguments of type ComputationPreference.Builder Modifier and Type Method Description default BillingGroupListElement.BuilderBillingGroupListElement.Builder. computationPreference(Consumer<ComputationPreference.Builder> computationPreference)Sets the value of the ComputationPreference property for this object.default CreateBillingGroupRequest.BuilderCreateBillingGroupRequest.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 UpdateBillingGroupRequest.BuilderUpdateBillingGroupRequest.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.
-