CopyableBuilder<IndexAttachment.Builder,IndexAttachment>, SdkBuilder<IndexAttachment.Builder,IndexAttachment>public static interface IndexAttachment.Builder extends CopyableBuilder<IndexAttachment.Builder,IndexAttachment>
| Modifier and Type | Method | Description |
|---|---|---|
IndexAttachment.Builder |
indexedAttributes(Collection<AttributeKeyAndValue> indexedAttributes) |
The indexed attribute values.
|
IndexAttachment.Builder |
indexedAttributes(AttributeKeyAndValue... indexedAttributes) |
The indexed attribute values.
|
IndexAttachment.Builder |
objectIdentifier(String objectIdentifier) |
The
ObjectIdentifier of the object attached to the index. |
copyapply, buildIndexAttachment.Builder indexedAttributes(Collection<AttributeKeyAndValue> indexedAttributes)
The indexed attribute values.
indexedAttributes - The indexed attribute values.IndexAttachment.Builder indexedAttributes(AttributeKeyAndValue... indexedAttributes)
The indexed attribute values.
NOTE: This method appends the values to the existing list (if any). Use
#setIndexedAttributes(java.util.Collection) or #withIndexedAttributes(java.util.Collection)
if you want to override the existing values.
indexedAttributes - The indexed attribute values.IndexAttachment.Builder objectIdentifier(String objectIdentifier)
The ObjectIdentifier of the object attached to the index.
objectIdentifier - The ObjectIdentifier of the object attached to the index.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.