CopyableBuilder<DocumentFilter.Builder,DocumentFilter>, SdkBuilder<DocumentFilter.Builder,DocumentFilter>public static interface DocumentFilter.Builder extends CopyableBuilder<DocumentFilter.Builder,DocumentFilter>
| Modifier and Type | Method | Description |
|---|---|---|
DocumentFilter.Builder |
key(String key) |
The name of the filter.
|
DocumentFilter.Builder |
key(DocumentFilterKey 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.DocumentFilterKeyDocumentFilter.Builder key(DocumentFilterKey key)
The name of the filter.
key - The name of the filter.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.