public static interface ListOutgoingTypedLinksRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<ListOutgoingTypedLinksRequest.Builder,ListOutgoingTypedLinksRequest>
| Modifier and Type | Method and Description |
|---|---|
ListOutgoingTypedLinksRequest.Builder |
consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to execute the request at.
|
ListOutgoingTypedLinksRequest.Builder |
consistencyLevel(String consistencyLevel)
The consistency level to execute the request at.
|
ListOutgoingTypedLinksRequest.Builder |
directoryArn(String directoryArn)
The Amazon Resource Name (ARN) of the directory where you want to list the typed links.
|
ListOutgoingTypedLinksRequest.Builder |
filterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges)
Provides range filters for multiple attributes.
|
ListOutgoingTypedLinksRequest.Builder |
filterAttributeRanges(Consumer<TypedLinkAttributeRange.Builder>... filterAttributeRanges)
Provides range filters for multiple attributes.
|
ListOutgoingTypedLinksRequest.Builder |
filterAttributeRanges(TypedLinkAttributeRange... filterAttributeRanges)
Provides range filters for multiple attributes.
|
default 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.
|
ListOutgoingTypedLinksRequest.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.
|
ListOutgoingTypedLinksRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to retrieve.
|
ListOutgoingTypedLinksRequest.Builder |
nextToken(String nextToken)
The pagination token.
|
default ListOutgoingTypedLinksRequest.Builder |
objectReference(Consumer<ObjectReference.Builder> objectReference)
A reference that identifies the object whose attributes will be listed.
|
ListOutgoingTypedLinksRequest.Builder |
objectReference(ObjectReference objectReference)
A reference that identifies the object whose attributes will be listed.
|
ListOutgoingTypedLinksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListOutgoingTypedLinksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOutgoingTypedLinksRequest.Builder directoryArn(String directoryArn)
The Amazon Resource Name (ARN) of the directory where you want to list the typed links.
directoryArn - The Amazon Resource Name (ARN) of the directory where you want to list the typed links.ListOutgoingTypedLinksRequest.Builder objectReference(ObjectReference objectReference)
A reference that identifies the object whose attributes will be listed.
objectReference - A reference that identifies the object whose attributes will be listed.default ListOutgoingTypedLinksRequest.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
A 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)ListOutgoingTypedLinksRequest.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.ListOutgoingTypedLinksRequest.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.ListOutgoingTypedLinksRequest.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) ListOutgoingTypedLinksRequest.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 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.
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)ListOutgoingTypedLinksRequest.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.ListOutgoingTypedLinksRequest.Builder maxResults(Integer maxResults)
The maximum number of results to retrieve.
maxResults - The maximum number of results to retrieve.ListOutgoingTypedLinksRequest.Builder consistencyLevel(String consistencyLevel)
The consistency level to execute the request at.
consistencyLevel - The consistency level to execute the request at.ConsistencyLevel,
ConsistencyLevelListOutgoingTypedLinksRequest.Builder consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to execute the request at.
consistencyLevel - The consistency level to execute the request at.ConsistencyLevel,
ConsistencyLevelListOutgoingTypedLinksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListOutgoingTypedLinksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.