public static interface ListThemesResponse.Builder extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<ListThemesResponse.Builder,ListThemesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListThemesResponse.Builder |
entities(Collection<ThemeSummary> entities)
The list of themes for the Amplify app.
|
ListThemesResponse.Builder |
entities(Consumer<ThemeSummary.Builder>... entities)
The list of themes for the Amplify app.
|
ListThemesResponse.Builder |
entities(ThemeSummary... entities)
The list of themes for the Amplify app.
|
ListThemesResponse.Builder |
nextToken(String nextToken)
The pagination token that's returned if more results are available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListThemesResponse.Builder entities(Collection<ThemeSummary> entities)
The list of themes for the Amplify app.
entities - The list of themes for the Amplify app.ListThemesResponse.Builder entities(ThemeSummary... entities)
The list of themes for the Amplify app.
entities - The list of themes for the Amplify app.ListThemesResponse.Builder entities(Consumer<ThemeSummary.Builder>... entities)
The list of themes for the Amplify app.
This is a convenience method that creates an instance of theThemeSummary.Builder avoiding the need to
create one manually via ThemeSummary.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #entities(List.
entities - a consumer that will call methods on
ThemeSummary.Builder#entities(java.util.Collection) ListThemesResponse.Builder nextToken(String nextToken)
The pagination token that's returned if more results are available.
nextToken - The pagination token that's returned if more results are available.Copyright © 2022. All rights reserved.