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. |
copy
applyMutation, 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 indexedAttributes(Consumer<AttributeKeyAndValue.Builder>... indexedAttributes)
The indexed attribute values.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #indexedAttributes(List)
.indexedAttributes
- a consumer that will call methods on List.Builder
#indexedAttributes(List)
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.