public static interface DocumentAttributeValueCountPair.Builder extends SdkPojo, CopyableBuilder<DocumentAttributeValueCountPair.Builder,DocumentAttributeValueCountPair>
| Modifier and Type | Method and Description |
|---|---|
DocumentAttributeValueCountPair.Builder |
count(Integer count)
The number of documents in the response that have the attribute value for the key.
|
default DocumentAttributeValueCountPair.Builder |
documentAttributeValue(Consumer<DocumentAttributeValue.Builder> documentAttributeValue)
The value of the attribute.
|
DocumentAttributeValueCountPair.Builder |
documentAttributeValue(DocumentAttributeValue documentAttributeValue)
The value of the attribute.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDocumentAttributeValueCountPair.Builder documentAttributeValue(DocumentAttributeValue documentAttributeValue)
The value of the attribute. For example, "HR."
documentAttributeValue - The value of the attribute. For example, "HR."default DocumentAttributeValueCountPair.Builder documentAttributeValue(Consumer<DocumentAttributeValue.Builder> documentAttributeValue)
The value of the attribute. For example, "HR."
This is a convenience that creates an instance of theDocumentAttributeValue.Builder avoiding the
need to create one manually via DocumentAttributeValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to documentAttributeValue(DocumentAttributeValue).documentAttributeValue - a consumer that will call methods on DocumentAttributeValue.BuilderdocumentAttributeValue(DocumentAttributeValue)DocumentAttributeValueCountPair.Builder count(Integer count)
The number of documents in the response that have the attribute value for the key.
count - The number of documents in the response that have the attribute value for the key.Copyright © 2020. All rights reserved.