Interface AvailableBillingMode.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AvailableBillingMode.Builder,,AvailableBillingMode> SdkBuilder<AvailableBillingMode.Builder,,AvailableBillingMode> SdkPojo
- Enclosing class:
AvailableBillingMode
@Mutable
@NotThreadSafe
public static interface AvailableBillingMode.Builder
extends SdkPojo, CopyableBuilder<AvailableBillingMode.Builder,AvailableBillingMode>
-
Method Summary
Modifier and TypeMethodDescriptionavailablePortSpeeds(String... availablePortSpeeds) The port speeds available for the billing mode.availablePortSpeeds(Collection<String> availablePortSpeeds) The port speeds available for the billing mode.billingMode(String billingMode) The billing mode.billingMode(BillingMode billingMode) The billing mode.includedRegions(String... includedRegions) The Amazon Web Services Regions included with the billing mode.includedRegions(Collection<String> includedRegions) The Amazon Web Services Regions included with the billing mode.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
The billing mode.
- Parameters:
billingMode- The billing mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
billingMode
The billing mode.
- Parameters:
billingMode- The billing mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
availablePortSpeeds
The port speeds available for the billing mode.
- Parameters:
availablePortSpeeds- The port speeds available for the billing mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availablePortSpeeds
The port speeds available for the billing mode.
- Parameters:
availablePortSpeeds- The port speeds available for the billing mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includedRegions
The Amazon Web Services Regions included with the billing mode.
- Parameters:
includedRegions- The Amazon Web Services Regions included with the billing mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includedRegions
The Amazon Web Services Regions included with the billing mode.
- Parameters:
includedRegions- The Amazon Web Services Regions included with the billing mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-