public static interface UpdateFormRequest.Builder extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<UpdateFormRequest.Builder,UpdateFormRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateFormRequest.Builder |
appId(String appId)
The unique ID for the Amplify app.
|
UpdateFormRequest.Builder |
clientToken(String clientToken)
The unique client token.
|
UpdateFormRequest.Builder |
environmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
UpdateFormRequest.Builder |
id(String id)
The unique ID for the form.
|
UpdateFormRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFormRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateFormRequest.Builder |
updatedForm(Consumer<UpdateFormData.Builder> updatedForm)
The request accepts the following data in JSON format.
|
UpdateFormRequest.Builder |
updatedForm(UpdateFormData updatedForm)
The request accepts the following data in JSON format.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFormRequest.Builder appId(String appId)
The unique ID for the Amplify app.
appId - The unique ID for the Amplify app.UpdateFormRequest.Builder clientToken(String clientToken)
The unique client token.
clientToken - The unique client token.UpdateFormRequest.Builder environmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
environmentName - The name of the backend environment that is part of the Amplify app.UpdateFormRequest.Builder id(String id)
The unique ID for the form.
id - The unique ID for the form.UpdateFormRequest.Builder updatedForm(UpdateFormData updatedForm)
The request accepts the following data in JSON format.
updatedForm - The request accepts the following data in JSON format.default UpdateFormRequest.Builder updatedForm(Consumer<UpdateFormData.Builder> updatedForm)
The request accepts the following data in JSON format.
This is a convenience method that creates an instance of theUpdateFormData.Builder avoiding the need
to create one manually via UpdateFormData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to updatedForm(UpdateFormData).
updatedForm - a consumer that will call methods on UpdateFormData.BuilderupdatedForm(UpdateFormData)UpdateFormRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFormRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.