Uses of Class
software.amazon.awscdk.services.braket.CfnSpendingLimit.Builder
Packages that use CfnSpendingLimit.Builder
-
Uses of CfnSpendingLimit.Builder in software.amazon.awscdk.services.braket
Methods in software.amazon.awscdk.services.braket that return CfnSpendingLimit.BuilderModifier and TypeMethodDescriptionstatic CfnSpendingLimit.BuilderThe Amazon Resource Name (ARN) of the quantum device to apply the spending limit to.CfnSpendingLimit.Builder.spendingLimit(String spendingLimit) The maximum amount that can be spent on the specified device, in USD.The tags to apply to the spending limit.CfnSpendingLimit.Builder.timePeriod(IResolvable timePeriod) Defines a time range for spending limits, specifying when the limit is active.CfnSpendingLimit.Builder.timePeriod(CfnSpendingLimit.TimePeriodProperty timePeriod) Defines a time range for spending limits, specifying when the limit is active.