static BatchListOutgoingTypedLinks.Builder |
BatchListOutgoingTypedLinks.builder() |
|
BatchListOutgoingTypedLinks.Builder |
BatchListOutgoingTypedLinks.Builder.filterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges) |
Provides range filters for multiple attributes.
|
BatchListOutgoingTypedLinks.Builder |
BatchListOutgoingTypedLinks.Builder.filterAttributeRanges(Consumer<TypedLinkAttributeRange.Builder>... filterAttributeRanges) |
Provides range filters for multiple attributes.
|
BatchListOutgoingTypedLinks.Builder |
BatchListOutgoingTypedLinks.Builder.filterAttributeRanges(TypedLinkAttributeRange... filterAttributeRanges) |
Provides range filters for multiple attributes.
|
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.
|
BatchListOutgoingTypedLinks.Builder |
BatchListOutgoingTypedLinks.Builder.filterTypedLink(TypedLinkSchemaAndFacetName 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.
|
BatchListOutgoingTypedLinks.Builder |
BatchListOutgoingTypedLinks.Builder.maxResults(Integer maxResults) |
The maximum number of results to retrieve.
|
BatchListOutgoingTypedLinks.Builder |
BatchListOutgoingTypedLinks.Builder.nextToken(String nextToken) |
The pagination token.
|
default BatchListOutgoingTypedLinks.Builder |
BatchListOutgoingTypedLinks.Builder.objectReference(Consumer<ObjectReference.Builder> objectReference) |
The reference that identifies the object whose attributes will be listed.
|
BatchListOutgoingTypedLinks.Builder |
BatchListOutgoingTypedLinks.Builder.objectReference(ObjectReference objectReference) |
The reference that identifies the object whose attributes will be listed.
|
BatchListOutgoingTypedLinks.Builder |
BatchListOutgoingTypedLinks.toBuilder() |
|