public static interface BatchListOutgoingTypedLinks.Builder extends SdkPojo, CopyableBuilder<BatchListOutgoingTypedLinks.Builder,BatchListOutgoingTypedLinks>
| Modifier and Type | Method and Description |
|---|---|
BatchListOutgoingTypedLinks.Builder |
filterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges)
Provides range filters for multiple attributes.
|
BatchListOutgoingTypedLinks.Builder |
filterAttributeRanges(Consumer<TypedLinkAttributeRange.Builder>... filterAttributeRanges)
Provides range filters for multiple attributes.
|
BatchListOutgoingTypedLinks.Builder |
filterAttributeRanges(TypedLinkAttributeRange... filterAttributeRanges)
Provides range filters for multiple attributes.
|
default 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 |
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 |
maxResults(Integer maxResults)
The maximum number of results to retrieve.
|
BatchListOutgoingTypedLinks.Builder |
nextToken(String nextToken)
The pagination token.
|
default BatchListOutgoingTypedLinks.Builder |
objectReference(Consumer<ObjectReference.Builder> objectReference)
The reference that identifies the object whose attributes will be listed.
|
BatchListOutgoingTypedLinks.Builder |
objectReference(ObjectReference objectReference)
The reference that identifies the object whose attributes will be listed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchListOutgoingTypedLinks.Builder objectReference(ObjectReference objectReference)
The reference that identifies the object whose attributes will be listed.
objectReference - The reference that identifies the object whose attributes will be listed.default BatchListOutgoingTypedLinks.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
The reference that identifies the object whose attributes will be listed.
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 objectReference(ObjectReference).
objectReference - a consumer that will call methods on ObjectReference.BuilderobjectReference(ObjectReference)BatchListOutgoingTypedLinks.Builder filterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges)
Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.
filterAttributeRanges - Provides range filters for multiple attributes. When providing ranges to typed link selection, any
inexact ranges must be specified at the end. Any attributes that do not have a range specified are
presumed to match the entire range.BatchListOutgoingTypedLinks.Builder filterAttributeRanges(TypedLinkAttributeRange... filterAttributeRanges)
Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.
filterAttributeRanges - Provides range filters for multiple attributes. When providing ranges to typed link selection, any
inexact ranges must be specified at the end. Any attributes that do not have a range specified are
presumed to match the entire range.BatchListOutgoingTypedLinks.Builder filterAttributeRanges(Consumer<TypedLinkAttributeRange.Builder>... filterAttributeRanges)
Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.
This is a convenience method that creates an instance of theTypedLinkAttributeRange.Builder avoiding the
need to create one manually via
TypedLinkAttributeRange.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #filterAttributeRanges(List.
filterAttributeRanges - a consumer that will call methods on
TypedLinkAttributeRange.Builder#filterAttributeRanges(java.util.Collection) 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.
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 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.
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 filterTypedLink(TypedLinkSchemaAndFacetName).
filterTypedLink - a consumer that will call methods on TypedLinkSchemaAndFacetName.BuilderfilterTypedLink(TypedLinkSchemaAndFacetName)BatchListOutgoingTypedLinks.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.BatchListOutgoingTypedLinks.Builder maxResults(Integer maxResults)
The maximum number of results to retrieve.
maxResults - The maximum number of results to retrieve.Copyright © 2022. All rights reserved.