Uses of Interface
software.amazon.awssdk.services.amplifyuibuilder.model.ThemeSummary.Builder
-
Packages that use ThemeSummary.Builder Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of ThemeSummary.Builder in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return ThemeSummary.Builder Modifier and Type Method Description ThemeSummary.BuilderThemeSummary.Builder. appId(String appId)The unique ID for the app associated with the theme summary.static ThemeSummary.BuilderThemeSummary. builder()ThemeSummary.BuilderThemeSummary.Builder. environmentName(String environmentName)The name of the backend environment that is part of the Amplify app.ThemeSummary.BuilderThemeSummary.Builder. id(String id)The ID of the theme.ThemeSummary.BuilderThemeSummary.Builder. name(String name)The name of the theme.ThemeSummary.BuilderThemeSummary. toBuilder()Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type ThemeSummary.Builder Modifier and Type Method Description static Class<? extends ThemeSummary.Builder>ThemeSummary. serializableBuilderClass()
-