Interface ListLinksResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListLinksResponse.Builder,
,ListLinksResponse> RtbFabricResponse.Builder
,SdkBuilder<ListLinksResponse.Builder,
,ListLinksResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListLinksResponse
@Mutable
@NotThreadSafe
public static interface ListLinksResponse.Builder
extends RtbFabricResponse.Builder, SdkPojo, CopyableBuilder<ListLinksResponse.Builder,ListLinksResponse>
-
Method Summary
Modifier and TypeMethodDescriptionInformation about created links.links
(Consumer<ListLinksResponseStructure.Builder>... links) Information about created links.links
(ListLinksResponseStructure... links) Information about created links.IfnextToken
is returned, there are more results available.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.rtbfabric.model.RtbFabricResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
links
Information about created links.
- Parameters:
links
- Information about created links.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
links
Information about created links.
- Parameters:
links
- Information about created links.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
links
Information about created links.
This is a convenience method that creates an instance of theListLinksResponseStructure.Builder
avoiding the need to create one manually viaListLinksResponseStructure.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolinks(List<ListLinksResponseStructure>)
.- Parameters:
links
- a consumer that will call methods onListLinksResponseStructure.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If
nextToken
is returned, there are more results available. The value ofnextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.- Parameters:
nextToken
- IfnextToken
is returned, there are more results available. The value ofnextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-