public static interface UpdateFormResponse.Builder extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<UpdateFormResponse.Builder,UpdateFormResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateFormResponse.Builder |
entity(Consumer<Form.Builder> entity)
Describes the configuration of the updated form.
|
UpdateFormResponse.Builder |
entity(Form entity)
Describes the configuration of the updated form.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFormResponse.Builder entity(Form entity)
Describes the configuration of the updated form.
entity - Describes the configuration of the updated form.default UpdateFormResponse.Builder entity(Consumer<Form.Builder> entity)
Describes the configuration of the updated 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.