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