Interface DateInterval.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DateInterval.Builder,
,DateInterval> SdkBuilder<DateInterval.Builder,
,DateInterval> SdkPojo
- Enclosing class:
DateInterval
@Mutable
@NotThreadSafe
public static interface DateInterval.Builder
extends SdkPojo, CopyableBuilder<DateInterval.Builder,DateInterval>
-
Method Summary
Modifier and TypeMethodDescriptionThe end of the time period that you want invoice-related documents for.The beginning of the time period that you want invoice-related documents for.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
-
startDate
The beginning of the time period that you want invoice-related documents for. The start date is inclusive. For example, if
start
is2019-01-01
, AWS retrieves invoices starting at2019-01-01
up to the end date.- Parameters:
startDate
- The beginning of the time period that you want invoice-related documents for. The start date is inclusive. For example, ifstart
is2019-01-01
, AWS retrieves invoices starting at2019-01-01
up to the end date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endDate
The end of the time period that you want invoice-related documents for. The end date is exclusive. For example, if
end
is2019-01-10
, Amazon Web Services retrieves invoice-related documents from the start date up to, but not including,2018-01-10
.- Parameters:
endDate
- The end of the time period that you want invoice-related documents for. The end date is exclusive. For example, ifend
is2019-01-10
, Amazon Web Services retrieves invoice-related documents from the start date up to, but not including,2018-01-10
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-