Interface DocumentKeyValuesFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DocumentKeyValuesFilter.Builder,,DocumentKeyValuesFilter> SdkBuilder<DocumentKeyValuesFilter.Builder,,DocumentKeyValuesFilter> SdkPojo
- Enclosing class:
- DocumentKeyValuesFilter
@Mutable
@NotThreadSafe
public static interface DocumentKeyValuesFilter.Builder
extends SdkPojo, CopyableBuilder<DocumentKeyValuesFilter.Builder,DocumentKeyValuesFilter>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the filter key.The value for the filter key.values(Collection<String> values) The value for the filter key.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 of the filter key.
- Parameters:
key- The name of the filter key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The value for the filter key.
- Parameters:
values- The value for the filter key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The value for the filter key.
- Parameters:
values- The value for the filter key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-