public static interface ComponentSummary.Builder extends SdkPojo, CopyableBuilder<ComponentSummary.Builder,ComponentSummary>
| Modifier and Type | Method and Description |
|---|---|
ComponentSummary.Builder |
appId(String appId)
The unique ID of the Amplify app associated with the component.
|
ComponentSummary.Builder |
componentType(String componentType)
The component type.
|
ComponentSummary.Builder |
environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
ComponentSummary.Builder |
id(String id)
The unique ID of the component.
|
ComponentSummary.Builder |
name(String name)
The name of the component.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponentSummary.Builder appId(String appId)
The unique ID of the Amplify app associated with the component.
appId - The unique ID of the Amplify app associated with the component.ComponentSummary.Builder componentType(String componentType)
The component type.
componentType - The component type.ComponentSummary.Builder environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
environmentName - The name of the backend environment that is a part of the Amplify app.ComponentSummary.Builder id(String id)
The unique ID of the component.
id - The unique ID of the component.ComponentSummary.Builder name(String name)
The name of the component.
name - The name of the component.Copyright © 2022. All rights reserved.