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