Interface ListIncomingTypedLinksRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudDirectoryRequest.Builder,CopyableBuilder<ListIncomingTypedLinksRequest.Builder,ListIncomingTypedLinksRequest>,SdkBuilder<ListIncomingTypedLinksRequest.Builder,ListIncomingTypedLinksRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListIncomingTypedLinksRequest
public static interface ListIncomingTypedLinksRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<ListIncomingTypedLinksRequest.Builder,ListIncomingTypedLinksRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ListIncomingTypedLinksRequest.BuilderconsistencyLevel(String consistencyLevel)The consistency level to execute the request at.ListIncomingTypedLinksRequest.BuilderconsistencyLevel(ConsistencyLevel consistencyLevel)The consistency level to execute the request at.ListIncomingTypedLinksRequest.BuilderdirectoryArn(String directoryArn)The Amazon Resource Name (ARN) of the directory where you want to list the typed links.ListIncomingTypedLinksRequest.BuilderfilterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges)Provides range filters for multiple attributes.ListIncomingTypedLinksRequest.BuilderfilterAttributeRanges(Consumer<TypedLinkAttributeRange.Builder>... filterAttributeRanges)Provides range filters for multiple attributes.ListIncomingTypedLinksRequest.BuilderfilterAttributeRanges(TypedLinkAttributeRange... filterAttributeRanges)Provides range filters for multiple attributes.default ListIncomingTypedLinksRequest.BuilderfilterTypedLink(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.ListIncomingTypedLinksRequest.BuilderfilterTypedLink(TypedLinkSchemaAndFacetName 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.ListIncomingTypedLinksRequest.BuildermaxResults(Integer maxResults)The maximum number of results to retrieve.ListIncomingTypedLinksRequest.BuildernextToken(String nextToken)The pagination token.default ListIncomingTypedLinksRequest.BuilderobjectReference(Consumer<ObjectReference.Builder> objectReference)Reference that identifies the object whose attributes will be listed.ListIncomingTypedLinksRequest.BuilderobjectReference(ObjectReference objectReference)Reference that identifies the object whose attributes will be listed.ListIncomingTypedLinksRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIncomingTypedLinksRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
directoryArn
ListIncomingTypedLinksRequest.Builder directoryArn(String directoryArn)
The Amazon Resource Name (ARN) of the directory where you want to list the typed links.
- Parameters:
directoryArn- The Amazon Resource Name (ARN) of the directory where you want to list the typed links.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectReference
ListIncomingTypedLinksRequest.Builder objectReference(ObjectReference objectReference)
Reference that identifies the object whose attributes will be listed.
- Parameters:
objectReference- Reference that identifies the object whose attributes will be listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectReference
default ListIncomingTypedLinksRequest.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
Reference that identifies the object whose attributes will be listed.
This is a convenience method that creates an instance of theObjectReference.Builderavoiding the need to create one manually viaObjectReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toobjectReference(ObjectReference).- Parameters:
objectReference- a consumer that will call methods onObjectReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
objectReference(ObjectReference)
-
filterAttributeRanges
ListIncomingTypedLinksRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterAttributeRanges
ListIncomingTypedLinksRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterAttributeRanges
ListIncomingTypedLinksRequest.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.Builderavoiding the need to create one manually viaTypedLinkAttributeRange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filterAttributeRanges(List.) - Parameters:
filterAttributeRanges- a consumer that will call methods onTypedLinkAttributeRange.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filterAttributeRanges(java.util.Collection)
-
filterTypedLink
ListIncomingTypedLinksRequest.Builder filterTypedLink(TypedLinkSchemaAndFacetName 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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterTypedLink
default 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.
This is a convenience method that creates an instance of theTypedLinkSchemaAndFacetName.Builderavoiding the need to create one manually viaTypedLinkSchemaAndFacetName.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilterTypedLink(TypedLinkSchemaAndFacetName).- Parameters:
filterTypedLink- a consumer that will call methods onTypedLinkSchemaAndFacetName.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
filterTypedLink(TypedLinkSchemaAndFacetName)
-
nextToken
ListIncomingTypedLinksRequest.Builder nextToken(String nextToken)
The pagination token.
- Parameters:
nextToken- The pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListIncomingTypedLinksRequest.Builder maxResults(Integer maxResults)
The maximum number of results to retrieve.
- Parameters:
maxResults- The maximum number of results to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
consistencyLevel
ListIncomingTypedLinksRequest.Builder consistencyLevel(String consistencyLevel)
The consistency level to execute the request at.
- Parameters:
consistencyLevel- The consistency level to execute the request at.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConsistencyLevel,ConsistencyLevel
-
consistencyLevel
ListIncomingTypedLinksRequest.Builder consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to execute the request at.
- Parameters:
consistencyLevel- The consistency level to execute the request at.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConsistencyLevel,ConsistencyLevel
-
overrideConfiguration
ListIncomingTypedLinksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListIncomingTypedLinksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-