| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static TypedLinkSchemaAndFacetName.Builder |
TypedLinkSchemaAndFacetName.builder() |
TypedLinkSchemaAndFacetName.Builder |
TypedLinkSchemaAndFacetName.Builder.schemaArn(String schemaArn)
The Amazon Resource Name (ARN) that is associated with the schema.
|
TypedLinkSchemaAndFacetName.Builder |
TypedLinkSchemaAndFacetName.toBuilder() |
TypedLinkSchemaAndFacetName.Builder |
TypedLinkSchemaAndFacetName.Builder.typedLinkName(String typedLinkName)
The unique name of the typed link facet.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TypedLinkSchemaAndFacetName.Builder> |
TypedLinkSchemaAndFacetName.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchListOutgoingTypedLinks.Builder |
BatchListOutgoingTypedLinks.Builder.filterTypedLink(Consumer<TypedLinkSchemaAndFacetName.Builder> filterTypedLink)
Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they
are supplied to any API calls.
|
default ListOutgoingTypedLinksRequest.Builder |
ListOutgoingTypedLinksRequest.Builder.filterTypedLink(Consumer<TypedLinkSchemaAndFacetName.Builder> filterTypedLink)
Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they
are supplied to any API calls.
|
default ListIncomingTypedLinksRequest.Builder |
ListIncomingTypedLinksRequest.Builder.filterTypedLink(Consumer<TypedLinkSchemaAndFacetName.Builder> filterTypedLink)
Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they
are supplied to any API calls.
|
default BatchListIncomingTypedLinks.Builder |
BatchListIncomingTypedLinks.Builder.filterTypedLink(Consumer<TypedLinkSchemaAndFacetName.Builder> filterTypedLink)
Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they
are supplied to any API calls.
|
default TypedLinkSpecifier.Builder |
TypedLinkSpecifier.Builder.typedLinkFacet(Consumer<TypedLinkSchemaAndFacetName.Builder> typedLinkFacet)
Identifies the typed link facet that is associated with the typed link.
|
default AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.typedLinkFacet(Consumer<TypedLinkSchemaAndFacetName.Builder> typedLinkFacet)
Identifies the typed link facet that is associated with the typed link.
|
default BatchAttachTypedLink.Builder |
BatchAttachTypedLink.Builder.typedLinkFacet(Consumer<TypedLinkSchemaAndFacetName.Builder> typedLinkFacet)
Identifies the typed link facet that is associated with the typed link.
|
Copyright © 2022. All rights reserved.