Interface InvoiceBillingPeriod.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InvoiceBillingPeriod.Builder,,InvoiceBillingPeriod> SdkBuilder<InvoiceBillingPeriod.Builder,,InvoiceBillingPeriod> SdkPojo
- Enclosing class:
InvoiceBillingPeriod
@Mutable
@NotThreadSafe
public static interface InvoiceBillingPeriod.Builder
extends SdkPojo, CopyableBuilder<InvoiceBillingPeriod.Builder,InvoiceBillingPeriod>
-
Method Summary
Modifier and TypeMethodDescriptionThe billing period month.The billing period year.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
-
month
The billing period month. Valid range: 1-12.
- Parameters:
month- The billing period month. Valid range: 1-12.- 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.
-