Interface ListRecordHistorySearchFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListRecordHistorySearchFilter.Builder,ListRecordHistorySearchFilter>,SdkBuilder<ListRecordHistorySearchFilter.Builder,ListRecordHistorySearchFilter>,SdkPojo
- Enclosing class:
- ListRecordHistorySearchFilter
public static interface ListRecordHistorySearchFilter.Builder extends SdkPojo, CopyableBuilder<ListRecordHistorySearchFilter.Builder,ListRecordHistorySearchFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRecordHistorySearchFilter.Builderkey(String key)The filter key.ListRecordHistorySearchFilter.Buildervalue(String value)The filter value.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
key
ListRecordHistorySearchFilter.Builder key(String key)
The filter key.
-
product- Filter results based on the specified product identifier. -
provisionedproduct- Filter results based on the provisioned product identifier.
- Parameters:
key- The filter key.-
product- Filter results based on the specified product identifier. -
provisionedproduct- Filter results based on the provisioned product identifier.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
value
ListRecordHistorySearchFilter.Builder value(String value)
The filter value.
- Parameters:
value- The filter value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-