Interface BillingConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BillingConfiguration.Builder,,BillingConfiguration> SdkBuilder<BillingConfiguration.Builder,,BillingConfiguration> SdkPojo
- Enclosing class:
BillingConfiguration
@Mutable
@NotThreadSafe
public static interface BillingConfiguration.Builder
extends SdkPojo, CopyableBuilder<BillingConfiguration.Builder,BillingConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionbillingMode(String billingMode) Specifies the billing mode for WorkSpace Instances.billingMode(BillingMode billingMode) Specifies the billing mode for WorkSpace Instances.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
billingMode
Specifies the billing mode for WorkSpace Instances. MONTHLY provides fixed monthly rates for predictable budgeting, while HOURLY enables pay-per-second billing for actual usage.
- Parameters:
billingMode- Specifies the billing mode for WorkSpace Instances. MONTHLY provides fixed monthly rates for predictable budgeting, while HOURLY enables pay-per-second billing for actual usage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
billingMode
Specifies the billing mode for WorkSpace Instances. MONTHLY provides fixed monthly rates for predictable budgeting, while HOURLY enables pay-per-second billing for actual usage.
- Parameters:
billingMode- Specifies the billing mode for WorkSpace Instances. MONTHLY provides fixed monthly rates for predictable budgeting, while HOURLY enables pay-per-second billing for actual usage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-