public static interface CreateFormResponse.Builder extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<CreateFormResponse.Builder,CreateFormResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateFormResponse.Builder |
entity(Consumer<Form.Builder> entity)
Describes the configuration of the new form.
|
CreateFormResponse.Builder |
entity(Form entity)
Describes the configuration of the new form.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFormResponse.Builder entity(Form entity)
Describes the configuration of the new form.
entity - Describes the configuration of the new form.default CreateFormResponse.Builder entity(Consumer<Form.Builder> entity)
Describes the configuration of the new form.
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 entity(Form).
entity - a consumer that will call methods on Form.Builderentity(Form)Copyright © 2022. All rights reserved.