Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchAttachObject.Builder
-
Packages that use BatchAttachObject.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchAttachObject.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchAttachObject.Builder Modifier and Type Method Description static BatchAttachObject.BuilderBatchAttachObject. builder()default BatchAttachObject.BuilderBatchAttachObject.Builder. childReference(Consumer<ObjectReference.Builder> childReference)The child object reference that is to be attached to the object.BatchAttachObject.BuilderBatchAttachObject.Builder. childReference(ObjectReference childReference)The child object reference that is to be attached to the object.BatchAttachObject.BuilderBatchAttachObject.Builder. linkName(String linkName)The name of the link.default BatchAttachObject.BuilderBatchAttachObject.Builder. parentReference(Consumer<ObjectReference.Builder> parentReference)The parent object reference.BatchAttachObject.BuilderBatchAttachObject.Builder. parentReference(ObjectReference parentReference)The parent object reference.BatchAttachObject.BuilderBatchAttachObject. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchAttachObject.Builder Modifier and Type Method Description static Class<? extends BatchAttachObject.Builder>BatchAttachObject. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchAttachObject.Builder Modifier and Type Method Description default BatchWriteOperation.BuilderBatchWriteOperation.Builder. attachObject(Consumer<BatchAttachObject.Builder> attachObject)Attaches an object to a Directory.
-