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