| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static TypedLinkSpecifier.Builder |
TypedLinkSpecifier.builder() |
TypedLinkSpecifier.Builder |
TypedLinkSpecifier.Builder.identityAttributeValues(AttributeNameAndValue... identityAttributeValues)
Identifies the attribute value to update.
|
TypedLinkSpecifier.Builder |
TypedLinkSpecifier.Builder.identityAttributeValues(Collection<AttributeNameAndValue> identityAttributeValues)
Identifies the attribute value to update.
|
TypedLinkSpecifier.Builder |
TypedLinkSpecifier.Builder.identityAttributeValues(Consumer<AttributeNameAndValue.Builder>... identityAttributeValues)
Identifies the attribute value to update.
|
default TypedLinkSpecifier.Builder |
TypedLinkSpecifier.Builder.sourceObjectReference(Consumer<ObjectReference.Builder> sourceObjectReference)
Identifies the source object that the typed link will attach to.
|
TypedLinkSpecifier.Builder |
TypedLinkSpecifier.Builder.sourceObjectReference(ObjectReference sourceObjectReference)
Identifies the source object that the typed link will attach to.
|
default TypedLinkSpecifier.Builder |
TypedLinkSpecifier.Builder.targetObjectReference(Consumer<ObjectReference.Builder> targetObjectReference)
Identifies the target object that the typed link will attach to.
|
TypedLinkSpecifier.Builder |
TypedLinkSpecifier.Builder.targetObjectReference(ObjectReference targetObjectReference)
Identifies the target object that the typed link will attach to.
|
TypedLinkSpecifier.Builder |
TypedLinkSpecifier.toBuilder() |
default TypedLinkSpecifier.Builder |
TypedLinkSpecifier.Builder.typedLinkFacet(Consumer<TypedLinkSchemaAndFacetName.Builder> typedLinkFacet)
Identifies the typed link facet that is associated with the typed link.
|
TypedLinkSpecifier.Builder |
TypedLinkSpecifier.Builder.typedLinkFacet(TypedLinkSchemaAndFacetName typedLinkFacet)
Identifies the typed link facet that is associated with the typed link.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TypedLinkSpecifier.Builder> |
TypedLinkSpecifier.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AttachTypedLinkResponse.Builder |
AttachTypedLinkResponse.Builder.typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Returns a typed link specifier as output.
|
default GetLinkAttributesRequest.Builder |
GetLinkAttributesRequest.Builder.typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
default BatchDetachTypedLink.Builder |
BatchDetachTypedLink.Builder.typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Used to accept a typed link specifier as input.
|
default BatchUpdateLinkAttributes.Builder |
BatchUpdateLinkAttributes.Builder.typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
default BatchGetLinkAttributes.Builder |
BatchGetLinkAttributes.Builder.typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
default UpdateLinkAttributesRequest.Builder |
UpdateLinkAttributesRequest.Builder.typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
default BatchAttachTypedLinkResponse.Builder |
BatchAttachTypedLinkResponse.Builder.typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Returns a typed link specifier as output.
|
default DetachTypedLinkRequest.Builder |
DetachTypedLinkRequest.Builder.typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Used to accept a typed link specifier as input.
|
Copyright © 2022. All rights reserved.