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.
|
copy
apply, build
DocumentFilter.Builder key(String key)
The name of the filter.
key
- The name of the filter.DocumentFilterKey
DocumentFilter.Builder key(DocumentFilterKey key)
The name of the filter.
key
- The name of the filter.DocumentFilterKey
DocumentFilter.Builder value(String value)
The value of the filter.
value
- The value of the filter.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.