Interface BillingPeriod.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BillingPeriod.Builder,
,BillingPeriod> SdkBuilder<BillingPeriod.Builder,
,BillingPeriod> SdkPojo
- Enclosing class:
BillingPeriod
@Mutable
@NotThreadSafe
public static interface BillingPeriod.Builder
extends SdkPojo, CopyableBuilder<BillingPeriod.Builder,BillingPeriod>
-
Method Summary
Modifier and TypeMethodDescriptionThe billing period month.The billing period year.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
month
The billing period month.
- Parameters:
month
- The billing period month.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
year
The billing period year.
- Parameters:
year
- The billing period year.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-