Interface BillInterval.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BillInterval.Builder,,BillInterval> SdkBuilder<BillInterval.Builder,,BillInterval> SdkPojo
- Enclosing class:
BillInterval
@Mutable
@NotThreadSafe
public static interface BillInterval.Builder
extends SdkPojo, CopyableBuilder<BillInterval.Builder,BillInterval>
-
Method Summary
Modifier and TypeMethodDescriptionThe end date and time of the interval.The start date and time of the interval.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
-
start
The start date and time of the interval.
- Parameters:
start- The start date and time of the interval.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
end
The end date and time of the interval.
- Parameters:
end- The end date and time of the interval.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-