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