Interface BatchListOutgoingTypedLinksResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchListOutgoingTypedLinksResponse.Builder,BatchListOutgoingTypedLinksResponse>,SdkBuilder<BatchListOutgoingTypedLinksResponse.Builder,BatchListOutgoingTypedLinksResponse>,SdkPojo
- Enclosing class:
- BatchListOutgoingTypedLinksResponse
public static interface BatchListOutgoingTypedLinksResponse.Builder extends SdkPojo, CopyableBuilder<BatchListOutgoingTypedLinksResponse.Builder,BatchListOutgoingTypedLinksResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchListOutgoingTypedLinksResponse.BuildernextToken(String nextToken)The pagination token.BatchListOutgoingTypedLinksResponse.BuildertypedLinkSpecifiers(Collection<TypedLinkSpecifier> typedLinkSpecifiers)Returns a typed link specifier as output.BatchListOutgoingTypedLinksResponse.BuildertypedLinkSpecifiers(Consumer<TypedLinkSpecifier.Builder>... typedLinkSpecifiers)Returns a typed link specifier as output.BatchListOutgoingTypedLinksResponse.BuildertypedLinkSpecifiers(TypedLinkSpecifier... typedLinkSpecifiers)Returns a typed link specifier as output.-
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
-
typedLinkSpecifiers
BatchListOutgoingTypedLinksResponse.Builder typedLinkSpecifiers(Collection<TypedLinkSpecifier> typedLinkSpecifiers)
Returns a typed link specifier as output.
- Parameters:
typedLinkSpecifiers- Returns a typed link specifier as output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typedLinkSpecifiers
BatchListOutgoingTypedLinksResponse.Builder typedLinkSpecifiers(TypedLinkSpecifier... typedLinkSpecifiers)
Returns a typed link specifier as output.
- Parameters:
typedLinkSpecifiers- Returns a typed link specifier as output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typedLinkSpecifiers
BatchListOutgoingTypedLinksResponse.Builder typedLinkSpecifiers(Consumer<TypedLinkSpecifier.Builder>... typedLinkSpecifiers)
Returns a typed link specifier 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#typedLinkSpecifiers(List.) - Parameters:
typedLinkSpecifiers- 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:
#typedLinkSpecifiers(java.util.Collection)
-
nextToken
BatchListOutgoingTypedLinksResponse.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.
-
-