public static interface DocumentFilter.Builder extends SdkPojo, CopyableBuilder<DocumentFilter.Builder,DocumentFilter>
Modifier and Type | Method and Description |
---|---|
DocumentFilter.Builder |
key(DocumentFilterKey key)
The name of the filter.
|
DocumentFilter.Builder |
key(String key)
The name of the filter.
|
DocumentFilter.Builder |
value(String value)
The value of the filter.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DocumentFilter.Builder key(String key)
The name of the filter.
key
- The name of the filter.DocumentFilterKey
,
DocumentFilterKey
DocumentFilter.Builder key(DocumentFilterKey key)
The name of the filter.
key
- The name of the filter.DocumentFilterKey
,
DocumentFilterKey
DocumentFilter.Builder value(String value)
The value of the filter.
value
- The value of the filter.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.