public static interface ListStudiosResponse.Builder extends NimbleResponse.Builder, SdkPojo, CopyableBuilder<ListStudiosResponse.Builder,ListStudiosResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStudiosResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListStudiosResponse.Builder |
studios(Collection<Studio> studios)
A collection of studios.
|
ListStudiosResponse.Builder |
studios(Consumer<Studio.Builder>... studios)
A collection of studios.
|
ListStudiosResponse.Builder |
studios(Studio... studios)
A collection of studios.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStudiosResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.ListStudiosResponse.Builder studios(Collection<Studio> studios)
A collection of studios.
studios - A collection of studios.ListStudiosResponse.Builder studios(Studio... studios)
A collection of studios.
studios - A collection of studios.ListStudiosResponse.Builder studios(Consumer<Studio.Builder>... studios)
A collection of studios.
This is a convenience method that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #studios(List) .studios - a consumer that will call methods on List.Builder #studios(List) Copyright © 2022. All rights reserved.