Interface ListOutgoingTypedLinksRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudDirectoryRequest.Builder,CopyableBuilder<ListOutgoingTypedLinksRequest.Builder,ListOutgoingTypedLinksRequest>,SdkBuilder<ListOutgoingTypedLinksRequest.Builder,ListOutgoingTypedLinksRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListOutgoingTypedLinksRequest
public static interface ListOutgoingTypedLinksRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<ListOutgoingTypedLinksRequest.Builder,ListOutgoingTypedLinksRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ListOutgoingTypedLinksRequest.BuilderconsistencyLevel(String consistencyLevel)The consistency level to execute the request at.ListOutgoingTypedLinksRequest.BuilderconsistencyLevel(ConsistencyLevel consistencyLevel)The consistency level to execute the request at.ListOutgoingTypedLinksRequest.BuilderdirectoryArn(String directoryArn)The Amazon Resource Name (ARN) of the directory where you want to list the typed links.ListOutgoingTypedLinksRequest.BuilderfilterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges)Provides range filters for multiple attributes.ListOutgoingTypedLinksRequest.BuilderfilterAttributeRanges(Consumer<TypedLinkAttributeRange.Builder>... filterAttributeRanges)Provides range filters for multiple attributes.ListOutgoingTypedLinksRequest.BuilderfilterAttributeRanges(TypedLinkAttributeRange... filterAttributeRanges)Provides range filters for multiple attributes.default ListOutgoingTypedLinksRequest.BuilderfilterTypedLink(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.BuilderfilterTypedLink(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.BuildermaxResults(Integer maxResults)The maximum number of results to retrieve.ListOutgoingTypedLinksRequest.BuildernextToken(String nextToken)The pagination token.default ListOutgoingTypedLinksRequest.BuilderobjectReference(Consumer<ObjectReference.Builder> objectReference)A reference that identifies the object whose attributes will be listed.ListOutgoingTypedLinksRequest.BuilderobjectReference(ObjectReference objectReference)A reference that identifies the object whose attributes will be listed.ListOutgoingTypedLinksRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListOutgoingTypedLinksRequest.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
ListOutgoingTypedLinksRequest.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
ListOutgoingTypedLinksRequest.Builder objectReference(ObjectReference objectReference)
A reference that identifies the object whose attributes will be listed.
- Parameters:
objectReference- A 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 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.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
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.
- 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
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.
- 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
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.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
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterTypedLink
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.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
ListOutgoingTypedLinksRequest.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
ListOutgoingTypedLinksRequest.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
ListOutgoingTypedLinksRequest.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
ListOutgoingTypedLinksRequest.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
ListOutgoingTypedLinksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListOutgoingTypedLinksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-