Uses of Interface
software.amazon.awssdk.services.connect.model.ViewContent.Builder
-
Packages that use ViewContent.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ViewContent.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ViewContent.Builder Modifier and Type Method Description ViewContent.BuilderViewContent.Builder. actions(String... actions)A list of possible actions from the view.ViewContent.BuilderViewContent.Builder. actions(Collection<String> actions)A list of possible actions from the view.static ViewContent.BuilderViewContent. builder()ViewContent.BuilderViewContent.Builder. inputSchema(String inputSchema)The data schema matching data that the view template must be provided 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.connect.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.connect.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.
-