Interface BatchListIncomingTypedLinksResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchListIncomingTypedLinksResponse.Builder,BatchListIncomingTypedLinksResponse>,SdkBuilder<BatchListIncomingTypedLinksResponse.Builder,BatchListIncomingTypedLinksResponse>,SdkPojo
- Enclosing class:
- BatchListIncomingTypedLinksResponse
public static interface BatchListIncomingTypedLinksResponse.Builder extends SdkPojo, CopyableBuilder<BatchListIncomingTypedLinksResponse.Builder,BatchListIncomingTypedLinksResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchListIncomingTypedLinksResponse.BuilderlinkSpecifiers(Collection<TypedLinkSpecifier> linkSpecifiers)Returns one or more typed link specifiers as output.BatchListIncomingTypedLinksResponse.BuilderlinkSpecifiers(Consumer<TypedLinkSpecifier.Builder>... linkSpecifiers)Returns one or more typed link specifiers as output.BatchListIncomingTypedLinksResponse.BuilderlinkSpecifiers(TypedLinkSpecifier... linkSpecifiers)Returns one or more typed link specifiers as output.BatchListIncomingTypedLinksResponse.BuildernextToken(String nextToken)The pagination token.-
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
-
linkSpecifiers
BatchListIncomingTypedLinksResponse.Builder linkSpecifiers(Collection<TypedLinkSpecifier> linkSpecifiers)
Returns one or more typed link specifiers as output.
- Parameters:
linkSpecifiers- Returns one or more typed link specifiers as output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkSpecifiers
BatchListIncomingTypedLinksResponse.Builder linkSpecifiers(TypedLinkSpecifier... linkSpecifiers)
Returns one or more typed link specifiers as output.
- Parameters:
linkSpecifiers- Returns one or more typed link specifiers as output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkSpecifiers
BatchListIncomingTypedLinksResponse.Builder linkSpecifiers(Consumer<TypedLinkSpecifier.Builder>... linkSpecifiers)
Returns one or more typed link specifiers as output.
This is a convenience method that creates an instance of theTypedLinkSpecifier.Builderavoiding the need to create one manually viaTypedLinkSpecifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#linkSpecifiers(List.) - Parameters:
linkSpecifiers- a consumer that will call methods onTypedLinkSpecifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#linkSpecifiers(java.util.Collection)
-
nextToken
BatchListIncomingTypedLinksResponse.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.
-
-