Interface BatchListOutgoingTypedLinks.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchListOutgoingTypedLinks.Builder,BatchListOutgoingTypedLinks>,SdkBuilder<BatchListOutgoingTypedLinks.Builder,BatchListOutgoingTypedLinks>,SdkPojo
- Enclosing class:
- BatchListOutgoingTypedLinks
public static interface BatchListOutgoingTypedLinks.Builder extends SdkPojo, CopyableBuilder<BatchListOutgoingTypedLinks.Builder,BatchListOutgoingTypedLinks>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description BatchListOutgoingTypedLinks.BuilderfilterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges)Provides range filters for multiple attributes.BatchListOutgoingTypedLinks.BuilderfilterAttributeRanges(Consumer<TypedLinkAttributeRange.Builder>... filterAttributeRanges)Provides range filters for multiple attributes.BatchListOutgoingTypedLinks.BuilderfilterAttributeRanges(TypedLinkAttributeRange... filterAttributeRanges)Provides range filters for multiple attributes.default BatchListOutgoingTypedLinks.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.BatchListOutgoingTypedLinks.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.BatchListOutgoingTypedLinks.BuildermaxResults(Integer maxResults)The maximum number of results to retrieve.BatchListOutgoingTypedLinks.BuildernextToken(String nextToken)The pagination token.default BatchListOutgoingTypedLinks.BuilderobjectReference(Consumer<ObjectReference.Builder> objectReference)The reference that identifies the object whose attributes will be listed.BatchListOutgoingTypedLinks.BuilderobjectReference(ObjectReference objectReference)The reference that identifies the object whose attributes will be listed.-
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
-
objectReference
BatchListOutgoingTypedLinks.Builder objectReference(ObjectReference objectReference)
The reference that identifies the object whose attributes will be listed.
- Parameters:
objectReference- The 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 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.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
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.
- 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
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.
- 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
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.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
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.
- 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 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.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
BatchListOutgoingTypedLinks.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
BatchListOutgoingTypedLinks.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.
-
-