Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.IndexAttachment.Builder
-
Packages that use IndexAttachment.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of IndexAttachment.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return IndexAttachment.Builder Modifier and Type Method Description static IndexAttachment.BuilderIndexAttachment. builder()IndexAttachment.BuilderIndexAttachment.Builder. indexedAttributes(Collection<AttributeKeyAndValue> indexedAttributes)The indexed attribute values.IndexAttachment.BuilderIndexAttachment.Builder. indexedAttributes(Consumer<AttributeKeyAndValue.Builder>... indexedAttributes)The indexed attribute values.IndexAttachment.BuilderIndexAttachment.Builder. indexedAttributes(AttributeKeyAndValue... indexedAttributes)The indexed attribute values.IndexAttachment.BuilderIndexAttachment.Builder. objectIdentifier(String objectIdentifier)In response to ListIndex, theObjectIdentifierof the object attached to the index.IndexAttachment.BuilderIndexAttachment. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type IndexAttachment.Builder Modifier and Type Method Description static Class<? extends IndexAttachment.Builder>IndexAttachment. serializableBuilderClass()
-