Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchAttachToIndex.Builder
-
Packages that use BatchAttachToIndex.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchAttachToIndex.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchAttachToIndex.Builder Modifier and Type Method Description static BatchAttachToIndex.BuilderBatchAttachToIndex. builder()default BatchAttachToIndex.BuilderBatchAttachToIndex.Builder. indexReference(Consumer<ObjectReference.Builder> indexReference)A reference to the index that you are attaching the object to.BatchAttachToIndex.BuilderBatchAttachToIndex.Builder. indexReference(ObjectReference indexReference)A reference to the index that you are attaching the object to.default BatchAttachToIndex.BuilderBatchAttachToIndex.Builder. targetReference(Consumer<ObjectReference.Builder> targetReference)A reference to the object that you are attaching to the index.BatchAttachToIndex.BuilderBatchAttachToIndex.Builder. targetReference(ObjectReference targetReference)A reference to the object that you are attaching to the index.BatchAttachToIndex.BuilderBatchAttachToIndex. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchAttachToIndex.Builder Modifier and Type Method Description static Class<? extends BatchAttachToIndex.Builder>BatchAttachToIndex. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchAttachToIndex.Builder Modifier and Type Method Description default BatchWriteOperation.BuilderBatchWriteOperation.Builder. attachToIndex(Consumer<BatchAttachToIndex.Builder> attachToIndex)Attaches the specified object to the specified index.
-