public static interface UpdateComponentResponse.Builder extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<UpdateComponentResponse.Builder,UpdateComponentResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateComponentResponse.Builder |
entity(Component entity)
Describes the configuration of the updated component.
|
default UpdateComponentResponse.Builder |
entity(Consumer<Component.Builder> entity)
Describes the configuration of the updated component.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateComponentResponse.Builder entity(Component entity)
Describes the configuration of the updated component.
entity - Describes the configuration of the updated component.default UpdateComponentResponse.Builder entity(Consumer<Component.Builder> entity)
Describes the configuration of the updated component.
This is a convenience method that creates an instance of theComponent.Builder avoiding the need to
create one manually via Component.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to entity(Component).
entity - a consumer that will call methods on Component.Builderentity(Component)Copyright © 2022. All rights reserved.