Interface ResaleAuthorizationLastModifiedDateFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResaleAuthorizationLastModifiedDateFilter.Builder,ResaleAuthorizationLastModifiedDateFilter>,SdkBuilder<ResaleAuthorizationLastModifiedDateFilter.Builder,ResaleAuthorizationLastModifiedDateFilter>,SdkPojo
- Enclosing class:
- ResaleAuthorizationLastModifiedDateFilter
public static interface ResaleAuthorizationLastModifiedDateFilter.Builder extends SdkPojo, CopyableBuilder<ResaleAuthorizationLastModifiedDateFilter.Builder,ResaleAuthorizationLastModifiedDateFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ResaleAuthorizationLastModifiedDateFilter.BuilderdateRange(Consumer<ResaleAuthorizationLastModifiedDateFilterDateRange.Builder> dateRange)Allows filtering on theLastModifiedDateof a ResaleAuthorization with date range as input.ResaleAuthorizationLastModifiedDateFilter.BuilderdateRange(ResaleAuthorizationLastModifiedDateFilterDateRange dateRange)Allows filtering on theLastModifiedDateof a ResaleAuthorization with date range as input.-
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
ResaleAuthorizationLastModifiedDateFilter.Builder dateRange(ResaleAuthorizationLastModifiedDateFilterDateRange dateRange)
Allows filtering on the
LastModifiedDateof a ResaleAuthorization with date range as input.- Parameters:
dateRange- Allows filtering on theLastModifiedDateof a ResaleAuthorization with date range as input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateRange
default ResaleAuthorizationLastModifiedDateFilter.Builder dateRange(Consumer<ResaleAuthorizationLastModifiedDateFilterDateRange.Builder> dateRange)
Allows filtering on the
This is a convenience method that creates an instance of theLastModifiedDateof a ResaleAuthorization with date range as input.ResaleAuthorizationLastModifiedDateFilterDateRange.Builderavoiding the need to create one manually viaResaleAuthorizationLastModifiedDateFilterDateRange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todateRange(ResaleAuthorizationLastModifiedDateFilterDateRange).- Parameters:
dateRange- a consumer that will call methods onResaleAuthorizationLastModifiedDateFilterDateRange.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dateRange(ResaleAuthorizationLastModifiedDateFilterDateRange)
-
-