Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.TypedLinkSpecifier.Builder
-
Packages that use TypedLinkSpecifier.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of TypedLinkSpecifier.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return TypedLinkSpecifier.Builder Modifier and Type Method Description static TypedLinkSpecifier.BuilderTypedLinkSpecifier. builder()TypedLinkSpecifier.BuilderTypedLinkSpecifier.Builder. identityAttributeValues(Collection<AttributeNameAndValue> identityAttributeValues)Identifies the attribute value to update.TypedLinkSpecifier.BuilderTypedLinkSpecifier.Builder. identityAttributeValues(Consumer<AttributeNameAndValue.Builder>... identityAttributeValues)Identifies the attribute value to update.TypedLinkSpecifier.BuilderTypedLinkSpecifier.Builder. identityAttributeValues(AttributeNameAndValue... identityAttributeValues)Identifies the attribute value to update.default TypedLinkSpecifier.BuilderTypedLinkSpecifier.Builder. sourceObjectReference(Consumer<ObjectReference.Builder> sourceObjectReference)Identifies the source object that the typed link will attach to.TypedLinkSpecifier.BuilderTypedLinkSpecifier.Builder. sourceObjectReference(ObjectReference sourceObjectReference)Identifies the source object that the typed link will attach to.default TypedLinkSpecifier.BuilderTypedLinkSpecifier.Builder. targetObjectReference(Consumer<ObjectReference.Builder> targetObjectReference)Identifies the target object that the typed link will attach to.TypedLinkSpecifier.BuilderTypedLinkSpecifier.Builder. targetObjectReference(ObjectReference targetObjectReference)Identifies the target object that the typed link will attach to.TypedLinkSpecifier.BuilderTypedLinkSpecifier. toBuilder()default TypedLinkSpecifier.BuilderTypedLinkSpecifier.Builder. typedLinkFacet(Consumer<TypedLinkSchemaAndFacetName.Builder> typedLinkFacet)Identifies the typed link facet that is associated with the typed link.TypedLinkSpecifier.BuilderTypedLinkSpecifier.Builder. typedLinkFacet(TypedLinkSchemaAndFacetName typedLinkFacet)Identifies the typed link facet that is associated with the typed link.Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type TypedLinkSpecifier.Builder Modifier and Type Method Description static Class<? extends TypedLinkSpecifier.Builder>TypedLinkSpecifier. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type TypedLinkSpecifier.Builder Modifier and Type Method Description default AttachTypedLinkResponse.BuilderAttachTypedLinkResponse.Builder. typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)Returns a typed link specifier as output.default BatchAttachTypedLinkResponse.BuilderBatchAttachTypedLinkResponse.Builder. typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)Returns a typed link specifier as output.default BatchDetachTypedLink.BuilderBatchDetachTypedLink.Builder. typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)Used to accept a typed link specifier as input.default BatchGetLinkAttributes.BuilderBatchGetLinkAttributes.Builder. typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)Allows a typed link specifier to be accepted as input.default BatchUpdateLinkAttributes.BuilderBatchUpdateLinkAttributes.Builder. typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)Allows a typed link specifier to be accepted as input.default DetachTypedLinkRequest.BuilderDetachTypedLinkRequest.Builder. typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)Used to accept a typed link specifier as input.default GetLinkAttributesRequest.BuilderGetLinkAttributesRequest.Builder. typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)Allows a typed link specifier to be accepted as input.default UpdateLinkAttributesRequest.BuilderUpdateLinkAttributesRequest.Builder. typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)Allows a typed link specifier to be accepted as input.
-