Interface FilterAttribute.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FilterAttribute.Builder,FilterAttribute>,SdkBuilder<FilterAttribute.Builder,FilterAttribute>,SdkPojo
- Enclosing class:
- FilterAttribute
public static interface FilterAttribute.Builder extends SdkPojo, CopyableBuilder<FilterAttribute.Builder,FilterAttribute>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilterAttribute.Builderkey(String key)The name that the metadata attribute must match.FilterAttribute.Buildervalue(Document value)The value to whcih to compare the value of the metadata attribute.-
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
-
key
FilterAttribute.Builder key(String key)
The name that the metadata attribute must match.
- Parameters:
key- The name that the metadata attribute must match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
FilterAttribute.Builder value(Document value)
The value to whcih to compare the value of the metadata attribute.
- Parameters:
value- The value to whcih to compare the value of the metadata attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-