public static interface IndexAttachment.Builder extends SdkPojo, CopyableBuilder<IndexAttachment.Builder,IndexAttachment>
| Modifier and Type | Method and Description |
|---|---|
IndexAttachment.Builder |
indexedAttributes(AttributeKeyAndValue... indexedAttributes)
The indexed attribute values.
|
IndexAttachment.Builder |
indexedAttributes(Collection<AttributeKeyAndValue> indexedAttributes)
The indexed attribute values.
|
IndexAttachment.Builder |
indexedAttributes(Consumer<AttributeKeyAndValue.Builder>... indexedAttributes)
The indexed attribute values.
|
IndexAttachment.Builder |
objectIdentifier(String objectIdentifier)
In response to ListIndex, the
ObjectIdentifier of the object attached to the index. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIndexAttachment.Builder indexedAttributes(Collection<AttributeKeyAndValue> indexedAttributes)
The indexed attribute values.
indexedAttributes - The indexed attribute values.IndexAttachment.Builder indexedAttributes(AttributeKeyAndValue... indexedAttributes)
The indexed attribute values.
indexedAttributes - The indexed attribute values.IndexAttachment.Builder indexedAttributes(Consumer<AttributeKeyAndValue.Builder>... indexedAttributes)
The indexed attribute values.
This is a convenience method that creates an instance of theAttributeKeyAndValue.Builder avoiding the need
to create one manually via
AttributeKeyAndValue.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #indexedAttributes(List.
indexedAttributes - a consumer that will call methods on
AttributeKeyAndValue.Builder#indexedAttributes(java.util.Collection) IndexAttachment.Builder objectIdentifier(String objectIdentifier)
In response to ListIndex, the ObjectIdentifier of the object attached to the index. In
response to ListAttachedIndices, the ObjectIdentifier of the index attached to the
object. This field will always contain the ObjectIdentifier of the object on the opposite side
of the attachment specified in the query.
objectIdentifier - In response to ListIndex, the ObjectIdentifier of the object attached to the
index. In response to ListAttachedIndices, the ObjectIdentifier of the index
attached to the object. This field will always contain the ObjectIdentifier of the object
on the opposite side of the attachment specified in the query.Copyright © 2022. All rights reserved.