Interface SaaSProductLastModifiedDateFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SaaSProductLastModifiedDateFilter.Builder,SaaSProductLastModifiedDateFilter>,SdkBuilder<SaaSProductLastModifiedDateFilter.Builder,SaaSProductLastModifiedDateFilter>,SdkPojo
- Enclosing class:
- SaaSProductLastModifiedDateFilter
public static interface SaaSProductLastModifiedDateFilter.Builder extends SdkPojo, CopyableBuilder<SaaSProductLastModifiedDateFilter.Builder,SaaSProductLastModifiedDateFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SaaSProductLastModifiedDateFilter.BuilderdateRange(Consumer<SaaSProductLastModifiedDateFilterDateRange.Builder> dateRange)Dates between which the SaaS product was last modified.SaaSProductLastModifiedDateFilter.BuilderdateRange(SaaSProductLastModifiedDateFilterDateRange dateRange)Dates between 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
-
dateRange
SaaSProductLastModifiedDateFilter.Builder dateRange(SaaSProductLastModifiedDateFilterDateRange dateRange)
Dates between which the SaaS product was last modified.
- Parameters:
dateRange- Dates between which the SaaS product was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateRange
default SaaSProductLastModifiedDateFilter.Builder dateRange(Consumer<SaaSProductLastModifiedDateFilterDateRange.Builder> dateRange)
Dates between which the SaaS product was last modified.
This is a convenience method that creates an instance of theSaaSProductLastModifiedDateFilterDateRange.Builderavoiding the need to create one manually viaSaaSProductLastModifiedDateFilterDateRange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todateRange(SaaSProductLastModifiedDateFilterDateRange).- Parameters:
dateRange- a consumer that will call methods onSaaSProductLastModifiedDateFilterDateRange.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dateRange(SaaSProductLastModifiedDateFilterDateRange)
-
-