public static interface DocumentFilter.Builder extends 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.
|
copyapply, buildDocumentFilter.Builder key(String key)
The name of the filter.
key - The name of the filter.DocumentFilterKey,
DocumentFilterKeyDocumentFilter.Builder key(DocumentFilterKey key)
The name of the filter.
key - The name of the filter.DocumentFilterKey,
DocumentFilterKeyDocumentFilter.Builder value(String value)
The value of the filter.
value - The value of the filter.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.