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