Interface FilterAttribute.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FilterAttribute.Builder,,FilterAttribute> SdkBuilder<FilterAttribute.Builder,,FilterAttribute> SdkPojo
- Enclosing class:
- FilterAttribute
@Mutable
@NotThreadSafe
public static interface FilterAttribute.Builder
extends SdkPojo, CopyableBuilder<FilterAttribute.Builder,FilterAttribute>
-
Method Summary
Modifier and TypeMethodDescriptionThe name that the metadata attribute must match.The value to whcih to compare the value of the metadata attribute.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-