Interface OfferAvailabilityEndDateFilterDateRange.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OfferAvailabilityEndDateFilterDateRange.Builder,OfferAvailabilityEndDateFilterDateRange>,SdkBuilder<OfferAvailabilityEndDateFilterDateRange.Builder,OfferAvailabilityEndDateFilterDateRange>,SdkPojo
- Enclosing class:
- OfferAvailabilityEndDateFilterDateRange
public static interface OfferAvailabilityEndDateFilterDateRange.Builder extends SdkPojo, CopyableBuilder<OfferAvailabilityEndDateFilterDateRange.Builder,OfferAvailabilityEndDateFilterDateRange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OfferAvailabilityEndDateFilterDateRange.BuilderafterValue(String afterValue)Allows filtering on theAvailabilityEndDateof an offer after a date.OfferAvailabilityEndDateFilterDateRange.BuilderbeforeValue(String beforeValue)Allows filtering on theAvailabilityEndDateof an offer before a date.-
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, sdkFields
-
-
-
-
Method Detail
-
afterValue
OfferAvailabilityEndDateFilterDateRange.Builder afterValue(String afterValue)
Allows filtering on the
AvailabilityEndDateof an offer after a date.- Parameters:
afterValue- Allows filtering on theAvailabilityEndDateof an offer after a date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
beforeValue
OfferAvailabilityEndDateFilterDateRange.Builder beforeValue(String beforeValue)
Allows filtering on the
AvailabilityEndDateof an offer before a date.- Parameters:
beforeValue- Allows filtering on theAvailabilityEndDateof an offer before a date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-