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