public static interface ListPipesResponse.Builder extends PipesResponse.Builder, SdkPojo, CopyableBuilder<ListPipesResponse.Builder,ListPipesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPipesResponse.Builder |
nextToken(String nextToken)
If
nextToken is returned, there are more results available. |
ListPipesResponse.Builder |
pipes(Collection<Pipe> pipes)
The pipes returned by the call.
|
ListPipesResponse.Builder |
pipes(Consumer<Pipe.Builder>... pipes)
The pipes returned by the call.
|
ListPipesResponse.Builder |
pipes(Pipe... pipes)
The pipes returned by the call.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPipesResponse.Builder nextToken(String nextToken)
If nextToken is returned, there are more results available. The value of nextToken
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.
nextToken - If nextToken is returned, there are more results available. The value of
nextToken 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.ListPipesResponse.Builder pipes(Collection<Pipe> pipes)
The pipes returned by the call.
pipes - The pipes returned by the call.ListPipesResponse.Builder pipes(Pipe... pipes)
The pipes returned by the call.
pipes - The pipes returned by the call.ListPipesResponse.Builder pipes(Consumer<Pipe.Builder>... pipes)
The pipes returned by the call.
This is a convenience method that creates an instance of thePipe.Builder avoiding the need to create one manually via
Pipe.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #pipes(List.
pipes - a consumer that will call methods on Pipe.Builder#pipes(java.util.Collection) Copyright © 2023. All rights reserved.