public static interface BatchAttachTypedLink.Builder extends SdkPojo, CopyableBuilder<BatchAttachTypedLink.Builder,BatchAttachTypedLink>
| Modifier and Type | Method and Description |
|---|---|
BatchAttachTypedLink.Builder |
attributes(AttributeNameAndValue... attributes)
A set of attributes that are associated with the typed link.
|
BatchAttachTypedLink.Builder |
attributes(Collection<AttributeNameAndValue> attributes)
A set of attributes that are associated with the typed link.
|
BatchAttachTypedLink.Builder |
attributes(Consumer<AttributeNameAndValue.Builder>... attributes)
A set of attributes that are associated with the typed link.
|
default BatchAttachTypedLink.Builder |
sourceObjectReference(Consumer<ObjectReference.Builder> sourceObjectReference)
Identifies the source object that the typed link will attach to.
|
BatchAttachTypedLink.Builder |
sourceObjectReference(ObjectReference sourceObjectReference)
Identifies the source object that the typed link will attach to.
|
default BatchAttachTypedLink.Builder |
targetObjectReference(Consumer<ObjectReference.Builder> targetObjectReference)
Identifies the target object that the typed link will attach to.
|
BatchAttachTypedLink.Builder |
targetObjectReference(ObjectReference targetObjectReference)
Identifies the target object that the typed link will attach to.
|
default BatchAttachTypedLink.Builder |
typedLinkFacet(Consumer<TypedLinkSchemaAndFacetName.Builder> typedLinkFacet)
Identifies the typed link facet that is associated with the typed link.
|
BatchAttachTypedLink.Builder |
typedLinkFacet(TypedLinkSchemaAndFacetName typedLinkFacet)
Identifies the typed link facet that is associated with the typed link.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchAttachTypedLink.Builder sourceObjectReference(ObjectReference sourceObjectReference)
Identifies the source object that the typed link will attach to.
sourceObjectReference - Identifies the source object that the typed link will attach to.default BatchAttachTypedLink.Builder sourceObjectReference(Consumer<ObjectReference.Builder> sourceObjectReference)
Identifies the source object that the typed link will attach to.
This is a convenience method that creates an instance of theObjectReference.Builder avoiding the
need to create one manually via ObjectReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sourceObjectReference(ObjectReference).
sourceObjectReference - a consumer that will call methods on ObjectReference.BuildersourceObjectReference(ObjectReference)BatchAttachTypedLink.Builder targetObjectReference(ObjectReference targetObjectReference)
Identifies the target object that the typed link will attach to.
targetObjectReference - Identifies the target object that the typed link will attach to.default BatchAttachTypedLink.Builder targetObjectReference(Consumer<ObjectReference.Builder> targetObjectReference)
Identifies the target object that the typed link will attach to.
This is a convenience method that creates an instance of theObjectReference.Builder avoiding the
need to create one manually via ObjectReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to targetObjectReference(ObjectReference).
targetObjectReference - a consumer that will call methods on ObjectReference.BuildertargetObjectReference(ObjectReference)BatchAttachTypedLink.Builder typedLinkFacet(TypedLinkSchemaAndFacetName typedLinkFacet)
Identifies the typed link facet that is associated with the typed link.
typedLinkFacet - Identifies the typed link facet that is associated with the typed link.default BatchAttachTypedLink.Builder typedLinkFacet(Consumer<TypedLinkSchemaAndFacetName.Builder> typedLinkFacet)
Identifies the typed link facet that is associated with the typed link.
This is a convenience method that creates an instance of theTypedLinkSchemaAndFacetName.Builder
avoiding the need to create one manually via TypedLinkSchemaAndFacetName.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to typedLinkFacet(TypedLinkSchemaAndFacetName).
typedLinkFacet - a consumer that will call methods on TypedLinkSchemaAndFacetName.BuildertypedLinkFacet(TypedLinkSchemaAndFacetName)BatchAttachTypedLink.Builder attributes(Collection<AttributeNameAndValue> attributes)
A set of attributes that are associated with the typed link.
attributes - A set of attributes that are associated with the typed link.BatchAttachTypedLink.Builder attributes(AttributeNameAndValue... attributes)
A set of attributes that are associated with the typed link.
attributes - A set of attributes that are associated with the typed link.BatchAttachTypedLink.Builder attributes(Consumer<AttributeNameAndValue.Builder>... attributes)
A set of attributes that are associated with the typed link.
This is a convenience method that creates an instance of theAttributeNameAndValue.Builder avoiding the need
to create one manually via
AttributeNameAndValue.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #attributes(List.
attributes - a consumer that will call methods on
AttributeNameAndValue.Builder#attributes(java.util.Collection) Copyright © 2022. All rights reserved.