| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder |
The Amplify UI Builder API provides a programmatic interface for creating and configuring user interface (UI)
component libraries and themes for use in your Amplify applications.
|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateComponentResponse> |
AmplifyUiBuilderAsyncClient.updateComponent(Consumer<UpdateComponentRequest.Builder> updateComponentRequest)
Updates an existing component.
|
default UpdateComponentResponse |
AmplifyUiBuilderClient.updateComponent(Consumer<UpdateComponentRequest.Builder> updateComponentRequest)
Updates an existing component.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.appId(String appId)
The unique ID for the Amplify app.
|
static UpdateComponentRequest.Builder |
UpdateComponentRequest.builder() |
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.clientToken(String clientToken)
The unique client token.
|
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.environmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.id(String id)
The unique ID for the component.
|
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateComponentRequest.Builder |
UpdateComponentRequest.toBuilder() |
default UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.updatedComponent(Consumer<UpdateComponentData.Builder> updatedComponent)
The configuration of the updated component.
|
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.updatedComponent(UpdateComponentData updatedComponent)
The configuration of the updated component.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateComponentRequest.Builder> |
UpdateComponentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.