public static interface ThemeSummary.Builder extends SdkPojo, CopyableBuilder<ThemeSummary.Builder,ThemeSummary>
| Modifier and Type | Method and Description |
|---|---|
ThemeSummary.Builder |
appId(String appId)
The unique ID for the app associated with the theme summary.
|
ThemeSummary.Builder |
environmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
ThemeSummary.Builder |
id(String id)
The ID of the theme.
|
ThemeSummary.Builder |
name(String name)
The name of the theme.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThemeSummary.Builder appId(String appId)
The unique ID for the app associated with the theme summary.
appId - The unique ID for the app associated with the theme summary.ThemeSummary.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.ThemeSummary.Builder id(String id)
The ID of the theme.
id - The ID of the theme.ThemeSummary.Builder name(String name)
The name of the theme.
name - The name of the theme.Copyright © 2022. All rights reserved.