public static interface ViewContent.Builder extends SdkPojo, CopyableBuilder<ViewContent.Builder,ViewContent>
| Modifier and Type | Method and Description |
|---|---|
ViewContent.Builder |
actions(Collection<String> actions)
A list of possible actions from the view.
|
ViewContent.Builder |
actions(String... actions)
A list of possible actions from the view.
|
ViewContent.Builder |
inputSchema(String inputSchema)
The data schema matching data that the view template must be provided to render.
|
ViewContent.Builder |
template(String template)
The view template representing the structure of the view.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildViewContent.Builder inputSchema(String inputSchema)
The data schema matching data that the view template must be provided to render.
inputSchema - The data schema matching data that the view template must be provided to render.ViewContent.Builder template(String template)
The view template representing the structure of the view.
template - The view template representing the structure of the view.ViewContent.Builder actions(Collection<String> actions)
A list of possible actions from the view.
actions - A list of possible actions from the view.ViewContent.Builder actions(String... actions)
A list of possible actions from the view.
actions - A list of possible actions from the view.Copyright © 2023. All rights reserved.