Uses of Interface
software.amazon.awssdk.services.connectparticipant.model.ViewContent.Builder
-
Packages that use ViewContent.Builder Package Description software.amazon.awssdk.services.connectparticipant.model -
-
Uses of ViewContent.Builder in software.amazon.awssdk.services.connectparticipant.model
Methods in software.amazon.awssdk.services.connectparticipant.model that return ViewContent.Builder Modifier and Type Method Description ViewContent.BuilderViewContent.Builder. actions(String... actions)A list of actions possible from the viewViewContent.BuilderViewContent.Builder. actions(Collection<String> actions)A list of actions possible from the viewstatic ViewContent.BuilderViewContent. builder()ViewContent.BuilderViewContent.Builder. inputSchema(String inputSchema)The schema representing the input data that the view template must be supplied to render.ViewContent.BuilderViewContent.Builder. template(String template)The view template representing the structure of the view.ViewContent.BuilderViewContent. toBuilder()Methods in software.amazon.awssdk.services.connectparticipant.model that return types with arguments of type ViewContent.Builder Modifier and Type Method Description static Class<? extends ViewContent.Builder>ViewContent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectparticipant.model with type arguments of type ViewContent.Builder Modifier and Type Method Description default View.BuilderView.Builder. content(Consumer<ViewContent.Builder> content)View content containing all content necessary to render a view except for runtime input data.
-