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 month of the billing period as an integer between 1 and 12.The four-digit year of the billing period.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
-
year
The four-digit year of the billing period.
- Parameters:
year- The four-digit year of the billing period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
month
The month of the billing period as an integer between 1 and 12.
- Parameters:
month- The month of the billing period as an integer between 1 and 12.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-