Interface UpdateFormResponse.Builder
-
- All Superinterfaces:
AmplifyUiBuilderResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<UpdateFormResponse.Builder,UpdateFormResponse>,SdkBuilder<UpdateFormResponse.Builder,UpdateFormResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateFormResponse
public static interface UpdateFormResponse.Builder extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<UpdateFormResponse.Builder,UpdateFormResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateFormResponse.Builderentity(Consumer<Form.Builder> entity)Describes the configuration of the updated form.UpdateFormResponse.Builderentity(Form entity)Describes the configuration of the updated form.-
Methods inherited from interface software.amazon.awssdk.services.amplifyuibuilder.model.AmplifyUiBuilderResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
entity
UpdateFormResponse.Builder entity(Form entity)
Describes the configuration of the updated form.
- Parameters:
entity- Describes the configuration of the updated form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entity
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.Builderavoiding the need to create one manually viaForm.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toentity(Form).- Parameters:
entity- 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:
entity(Form)
-
-