public static interface IndexAttachment.Builder extends 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 |
objectIdentifier(String objectIdentifier)
The
ObjectIdentifier of the object attached to the index. |
copy
apply, build
IndexAttachment.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 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.