Interface GetFormResponse.Builder
- All Superinterfaces:
 AmplifyUiBuilderResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetFormResponse.Builder,,GetFormResponse> SdkBuilder<GetFormResponse.Builder,,GetFormResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetFormResponse
@Mutable
@NotThreadSafe
public static interface GetFormResponse.Builder
extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<GetFormResponse.Builder,GetFormResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault GetFormResponse.Builderform(Consumer<Form.Builder> form) Represents the configuration settings for the form.Represents the configuration settings for the form.Methods inherited from interface software.amazon.awssdk.services.amplifyuibuilder.model.AmplifyUiBuilderResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
form
Represents the configuration settings for the form.
- Parameters:
 form- Represents the configuration settings for the form.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
form
Represents the configuration settings for the form.
This is a convenience method that creates an instance of theForm.Builderavoiding the need to create one manually viaForm.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toform(Form).- Parameters:
 form- a consumer that will call methods onForm.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -