Interface SaaSProductLastModifiedDateFilterDateRange.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SaaSProductLastModifiedDateFilterDateRange.Builder,SaaSProductLastModifiedDateFilterDateRange>,SdkBuilder<SaaSProductLastModifiedDateFilterDateRange.Builder,SaaSProductLastModifiedDateFilterDateRange>,SdkPojo
- Enclosing class:
- SaaSProductLastModifiedDateFilterDateRange
public static interface SaaSProductLastModifiedDateFilterDateRange.Builder extends SdkPojo, CopyableBuilder<SaaSProductLastModifiedDateFilterDateRange.Builder,SaaSProductLastModifiedDateFilterDateRange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SaaSProductLastModifiedDateFilterDateRange.BuilderafterValue(String afterValue)Date after which the SaaS product was last modified.SaaSProductLastModifiedDateFilterDateRange.BuilderbeforeValue(String beforeValue)Date before which the SaaS product was last modified.-
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
SaaSProductLastModifiedDateFilterDateRange.Builder afterValue(String afterValue)
Date after which the SaaS product was last modified.
- Parameters:
afterValue- Date after which the SaaS product was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
beforeValue
SaaSProductLastModifiedDateFilterDateRange.Builder beforeValue(String beforeValue)
Date before which the SaaS product was last modified.
- Parameters:
beforeValue- Date before which the SaaS product was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-