public static interface UpdateComponentRequest.Builder extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<UpdateComponentRequest.Builder,UpdateComponentRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateComponentRequest.Builder appId(String appId)
The unique ID for the Amplify app.
appId - The unique ID for the Amplify app.UpdateComponentRequest.Builder clientToken(String clientToken)
The unique client token.
clientToken - The unique client token.UpdateComponentRequest.Builder environmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
environmentName - The name of the backend environment that is part of the Amplify app.UpdateComponentRequest.Builder id(String id)
The unique ID for the component.
id - The unique ID for the component.UpdateComponentRequest.Builder updatedComponent(UpdateComponentData updatedComponent)
The configuration of the updated component.
updatedComponent - The configuration of the updated component.default UpdateComponentRequest.Builder updatedComponent(Consumer<UpdateComponentData.Builder> updatedComponent)
The configuration of the updated component.
This is a convenience method that creates an instance of theUpdateComponentData.Builder avoiding the
need to create one manually via UpdateComponentData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to updatedComponent(UpdateComponentData).
updatedComponent - a consumer that will call methods on UpdateComponentData.BuilderupdatedComponent(UpdateComponentData)UpdateComponentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateComponentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.