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