public static interface ExportFormsResponse.Builder extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<ExportFormsResponse.Builder,ExportFormsResponse>
| Modifier and Type | Method and Description |
|---|---|
ExportFormsResponse.Builder |
entities(Collection<Form> entities)
Represents the configuration of the exported forms.
|
ExportFormsResponse.Builder |
entities(Consumer<Form.Builder>... entities)
Represents the configuration of the exported forms.
|
ExportFormsResponse.Builder |
entities(Form... entities)
Represents the configuration of the exported forms.
|
ExportFormsResponse.Builder |
nextToken(String nextToken)
The pagination token that's included if more results are available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildExportFormsResponse.Builder entities(Collection<Form> entities)
Represents the configuration of the exported forms.
entities - Represents the configuration of the exported forms.ExportFormsResponse.Builder entities(Form... entities)
Represents the configuration of the exported forms.
entities - Represents the configuration of the exported forms.ExportFormsResponse.Builder entities(Consumer<Form.Builder>... entities)
Represents the configuration of the exported forms.
This is a convenience method that creates an instance of theForm.Builder avoiding the need to create one
manually via Form.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
Form.Builder#entities(java.util.CollectionExportFormsResponse.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 © 2023. All rights reserved.