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 theStudio.Builder avoiding the need to create one manually
via Studio.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #studios(List.
studios - a consumer that will call methods on
Studio.Builder#studios(java.util.Collection) Copyright © 2022. All rights reserved.