public static interface ListStudiosResponse.Builder extends EmrResponse.Builder, SdkPojo, CopyableBuilder<ListStudiosResponse.Builder,ListStudiosResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStudiosResponse.Builder |
marker(String marker)
The pagination token that indicates the next set of results to retrieve.
|
ListStudiosResponse.Builder |
studios(Collection<StudioSummary> studios)
The list of Studio summary objects.
|
ListStudiosResponse.Builder |
studios(Consumer<StudioSummary.Builder>... studios)
The list of Studio summary objects.
|
ListStudiosResponse.Builder |
studios(StudioSummary... studios)
The list of Studio summary objects.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStudiosResponse.Builder studios(Collection<StudioSummary> studios)
The list of Studio summary objects.
studios - The list of Studio summary objects.ListStudiosResponse.Builder studios(StudioSummary... studios)
The list of Studio summary objects.
studios - The list of Studio summary objects.ListStudiosResponse.Builder studios(Consumer<StudioSummary.Builder>... studios)
The list of Studio summary objects.
This is a convenience method that creates an instance of theStudioSummary.Builder avoiding the need to create one
manually via StudioSummary.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
StudioSummary.Builder#studios(java.util.Collection) ListStudiosResponse.Builder marker(String marker)
The pagination token that indicates the next set of results to retrieve.
marker - The pagination token that indicates the next set of results to retrieve.Copyright © 2022. All rights reserved.