public static interface CreateFormRequest.Builder extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<CreateFormRequest.Builder,CreateFormRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateFormRequest.Builder |
appId(String appId)
The unique ID of the Amplify app to associate with the form.
|
CreateFormRequest.Builder |
clientToken(String clientToken)
The unique client token.
|
CreateFormRequest.Builder |
environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
default CreateFormRequest.Builder |
formToCreate(Consumer<CreateFormData.Builder> formToCreate)
Represents the configuration of the form to create.
|
CreateFormRequest.Builder |
formToCreate(CreateFormData formToCreate)
Represents the configuration of the form to create.
|
CreateFormRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFormRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFormRequest.Builder appId(String appId)
The unique ID of the Amplify app to associate with the form.
appId - The unique ID of the Amplify app to associate with the form.CreateFormRequest.Builder environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
environmentName - The name of the backend environment that is a part of the Amplify app.CreateFormRequest.Builder clientToken(String clientToken)
The unique client token.
clientToken - The unique client token.CreateFormRequest.Builder formToCreate(CreateFormData formToCreate)
Represents the configuration of the form to create.
formToCreate - Represents the configuration of the form to create.default CreateFormRequest.Builder formToCreate(Consumer<CreateFormData.Builder> formToCreate)
Represents the configuration of the form to create.
This is a convenience method that creates an instance of theCreateFormData.Builder avoiding the need
to create one manually via CreateFormData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to formToCreate(CreateFormData).
formToCreate - a consumer that will call methods on CreateFormData.BuilderformToCreate(CreateFormData)CreateFormRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateFormRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.