public static interface GetComponentResponse.Builder extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<GetComponentResponse.Builder,GetComponentResponse>
| Modifier and Type | Method and Description |
|---|---|
GetComponentResponse.Builder |
component(Component component)
Represents the configuration settings for the component.
|
default GetComponentResponse.Builder |
component(Consumer<Component.Builder> component)
Represents the configuration settings for the component.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetComponentResponse.Builder component(Component component)
Represents the configuration settings for the component.
component - Represents the configuration settings for the component.default GetComponentResponse.Builder component(Consumer<Component.Builder> component)
Represents the configuration settings for the 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 component(Component).
component - a consumer that will call methods on Component.Buildercomponent(Component)Copyright © 2022. All rights reserved.