Uses of Interface
software.amazon.awssdk.services.connect.model.ViewInputContent.Builder
-
Packages that use ViewInputContent.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ViewInputContent.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ViewInputContent.Builder Modifier and Type Method Description ViewInputContent.BuilderViewInputContent.Builder. actions(String... actions)A list of possible actions from the view.ViewInputContent.BuilderViewInputContent.Builder. actions(Collection<String> actions)A list of possible actions from the view.static ViewInputContent.BuilderViewInputContent. builder()ViewInputContent.BuilderViewInputContent.Builder. template(String template)The view template representing the structure of the view.ViewInputContent.BuilderViewInputContent. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ViewInputContent.Builder Modifier and Type Method Description static Class<? extends ViewInputContent.Builder>ViewInputContent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type ViewInputContent.Builder Modifier and Type Method Description default CreateViewRequest.BuilderCreateViewRequest.Builder. content(Consumer<ViewInputContent.Builder> content)View content containing all content necessary to render a view except for runtime input data.default UpdateViewContentRequest.BuilderUpdateViewContentRequest.Builder. content(Consumer<ViewInputContent.Builder> content)View content containing all content necessary to render a view except for runtime input data and the runtime input schema, which is auto-generated by this operation.
-