public static interface ListStudioComponentsResponse.Builder extends NimbleResponse.Builder, SdkPojo, CopyableBuilder<ListStudioComponentsResponse.Builder,ListStudioComponentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStudioComponentsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListStudioComponentsResponse.Builder |
studioComponents(Collection<StudioComponent> studioComponents)
A collection of studio components.
|
ListStudioComponentsResponse.Builder |
studioComponents(Consumer<StudioComponent.Builder>... studioComponents)
A collection of studio components.
|
ListStudioComponentsResponse.Builder |
studioComponents(StudioComponent... studioComponents)
A collection of studio components.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStudioComponentsResponse.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.ListStudioComponentsResponse.Builder studioComponents(Collection<StudioComponent> studioComponents)
A collection of studio components.
studioComponents - A collection of studio components.ListStudioComponentsResponse.Builder studioComponents(StudioComponent... studioComponents)
A collection of studio components.
studioComponents - A collection of studio components.ListStudioComponentsResponse.Builder studioComponents(Consumer<StudioComponent.Builder>... studioComponents)
A collection of studio components.
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 #studioComponents(List) .studioComponents - a consumer that will call methods on List.Builder #studioComponents(List) Copyright © 2022. All rights reserved.