public static interface ListComponentsResponse.Builder extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<ListComponentsResponse.Builder,ListComponentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResponse.Builder |
entities(Collection<ComponentSummary> entities)
The list of components for the Amplify app.
|
ListComponentsResponse.Builder |
entities(ComponentSummary... entities)
The list of components for the Amplify app.
|
ListComponentsResponse.Builder |
entities(Consumer<ComponentSummary.Builder>... entities)
The list of components for the Amplify app.
|
ListComponentsResponse.Builder |
nextToken(String nextToken)
The pagination token that's included if more results are available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListComponentsResponse.Builder entities(Collection<ComponentSummary> entities)
The list of components for the Amplify app.
entities - The list of components for the Amplify app.ListComponentsResponse.Builder entities(ComponentSummary... entities)
The list of components for the Amplify app.
entities - The list of components for the Amplify app.ListComponentsResponse.Builder entities(Consumer<ComponentSummary.Builder>... entities)
The list of components for the Amplify app.
This is a convenience method that creates an instance of theComponentSummary.Builder avoiding the need to
create one manually via
ComponentSummary.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
ComponentSummary.Builder#entities(java.util.Collection) ListComponentsResponse.Builder nextToken(String nextToken)
The pagination token that's included if more results are available.
nextToken - The pagination token that's included if more results are available.Copyright © 2022. All rights reserved.