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