| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentSummary.Builder |
ComponentSummary.Builder.appId(String appId)
The unique ID of the Amplify app associated with the component.
|
static ComponentSummary.Builder |
ComponentSummary.builder() |
ComponentSummary.Builder |
ComponentSummary.Builder.componentType(String componentType)
The component type.
|
ComponentSummary.Builder |
ComponentSummary.Builder.environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
ComponentSummary.Builder |
ComponentSummary.Builder.id(String id)
The unique ID of the component.
|
ComponentSummary.Builder |
ComponentSummary.Builder.name(String name)
The name of the component.
|
ComponentSummary.Builder |
ComponentSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ComponentSummary.Builder> |
ComponentSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.