Uses of Interface
software.amazon.awssdk.services.amplifyuibuilder.model.UpdateComponentRequest.Builder
-
Packages that use UpdateComponentRequest.Builder 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 -
-
Uses of UpdateComponentRequest.Builder in software.amazon.awssdk.services.amplifyuibuilder
Method parameters in software.amazon.awssdk.services.amplifyuibuilder with type arguments of type UpdateComponentRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateComponentResponse>AmplifyUiBuilderAsyncClient. updateComponent(Consumer<UpdateComponentRequest.Builder> updateComponentRequest)Updates an existing component.default UpdateComponentResponseAmplifyUiBuilderClient. updateComponent(Consumer<UpdateComponentRequest.Builder> updateComponentRequest)Updates an existing component. -
Uses of UpdateComponentRequest.Builder in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return UpdateComponentRequest.Builder Modifier and Type Method Description UpdateComponentRequest.BuilderUpdateComponentRequest.Builder. appId(String appId)The unique ID for the Amplify app.static UpdateComponentRequest.BuilderUpdateComponentRequest. builder()UpdateComponentRequest.BuilderUpdateComponentRequest.Builder. clientToken(String clientToken)The unique client token.UpdateComponentRequest.BuilderUpdateComponentRequest.Builder. environmentName(String environmentName)The name of the backend environment that is part of the Amplify app.UpdateComponentRequest.BuilderUpdateComponentRequest.Builder. id(String id)The unique ID for the component.UpdateComponentRequest.BuilderUpdateComponentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateComponentRequest.BuilderUpdateComponentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateComponentRequest.BuilderUpdateComponentRequest. toBuilder()default UpdateComponentRequest.BuilderUpdateComponentRequest.Builder. updatedComponent(Consumer<UpdateComponentData.Builder> updatedComponent)The configuration of the updated component.UpdateComponentRequest.BuilderUpdateComponentRequest.Builder. updatedComponent(UpdateComponentData updatedComponent)The configuration of the updated component.Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type UpdateComponentRequest.Builder Modifier and Type Method Description static Class<? extends UpdateComponentRequest.Builder>UpdateComponentRequest. serializableBuilderClass()
-