public static interface GetComponentRequest.Builder extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<GetComponentRequest.Builder,GetComponentRequest>
| Modifier and Type | Method and Description |
|---|---|
GetComponentRequest.Builder |
appId(String appId)
The unique ID of the Amplify app.
|
GetComponentRequest.Builder |
environmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
GetComponentRequest.Builder |
id(String id)
The unique ID of the component.
|
GetComponentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetComponentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetComponentRequest.Builder appId(String appId)
The unique ID of the Amplify app.
appId - The unique ID of the Amplify app.GetComponentRequest.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.GetComponentRequest.Builder id(String id)
The unique ID of the component.
id - The unique ID of the component.GetComponentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetComponentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.