Interface ListIncomingTypedLinksResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudDirectoryResponse.Builder,CopyableBuilder<ListIncomingTypedLinksResponse.Builder,ListIncomingTypedLinksResponse>,SdkBuilder<ListIncomingTypedLinksResponse.Builder,ListIncomingTypedLinksResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListIncomingTypedLinksResponse
public static interface ListIncomingTypedLinksResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListIncomingTypedLinksResponse.Builder,ListIncomingTypedLinksResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIncomingTypedLinksResponse.BuilderlinkSpecifiers(Collection<TypedLinkSpecifier> linkSpecifiers)Returns one or more typed link specifiers as output.ListIncomingTypedLinksResponse.BuilderlinkSpecifiers(Consumer<TypedLinkSpecifier.Builder>... linkSpecifiers)Returns one or more typed link specifiers as output.ListIncomingTypedLinksResponse.BuilderlinkSpecifiers(TypedLinkSpecifier... linkSpecifiers)Returns one or more typed link specifiers as output.ListIncomingTypedLinksResponse.BuildernextToken(String nextToken)The pagination token.-
Methods inherited from interface software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
linkSpecifiers
ListIncomingTypedLinksResponse.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
ListIncomingTypedLinksResponse.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
ListIncomingTypedLinksResponse.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
ListIncomingTypedLinksResponse.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.
-
-