public static interface TypedLinkSpecifier.Builder extends SdkPojo, CopyableBuilder<TypedLinkSpecifier.Builder,TypedLinkSpecifier>
| Modifier and Type | Method and Description |
|---|---|
TypedLinkSpecifier.Builder |
identityAttributeValues(AttributeNameAndValue... identityAttributeValues)
Identifies the attribute value to update.
|
TypedLinkSpecifier.Builder |
identityAttributeValues(Collection<AttributeNameAndValue> identityAttributeValues)
Identifies the attribute value to update.
|
TypedLinkSpecifier.Builder |
identityAttributeValues(Consumer<AttributeNameAndValue.Builder>... identityAttributeValues)
Identifies the attribute value to update.
|
default TypedLinkSpecifier.Builder |
sourceObjectReference(Consumer<ObjectReference.Builder> sourceObjectReference)
Identifies the source object that the typed link will attach to.
|
TypedLinkSpecifier.Builder |
sourceObjectReference(ObjectReference sourceObjectReference)
Identifies the source object that the typed link will attach to.
|
default TypedLinkSpecifier.Builder |
targetObjectReference(Consumer<ObjectReference.Builder> targetObjectReference)
Identifies the target object that the typed link will attach to.
|
TypedLinkSpecifier.Builder |
targetObjectReference(ObjectReference targetObjectReference)
Identifies the target object that the typed link will attach to.
|
default TypedLinkSpecifier.Builder |
typedLinkFacet(Consumer<TypedLinkSchemaAndFacetName.Builder> typedLinkFacet)
Identifies the typed link facet that is associated with the typed link.
|
TypedLinkSpecifier.Builder |
typedLinkFacet(TypedLinkSchemaAndFacetName typedLinkFacet)
Identifies the typed link facet that is associated with the typed link.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTypedLinkSpecifier.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 TypedLinkSpecifier.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)TypedLinkSpecifier.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 TypedLinkSpecifier.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)TypedLinkSpecifier.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 TypedLinkSpecifier.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)TypedLinkSpecifier.Builder identityAttributeValues(Collection<AttributeNameAndValue> identityAttributeValues)
Identifies the attribute value to update.
identityAttributeValues - Identifies the attribute value to update.TypedLinkSpecifier.Builder identityAttributeValues(AttributeNameAndValue... identityAttributeValues)
Identifies the attribute value to update.
identityAttributeValues - Identifies the attribute value to update.TypedLinkSpecifier.Builder identityAttributeValues(Consumer<AttributeNameAndValue.Builder>... identityAttributeValues)
Identifies the attribute value to update.
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 #identityAttributeValues(List.
identityAttributeValues - a consumer that will call methods on
AttributeNameAndValue.Builder#identityAttributeValues(java.util.Collection) Copyright © 2022. All rights reserved.