| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ViewContent.Builder |
ViewContent.Builder.actions(Collection<String> actions)
A list of possible actions from the view.
|
ViewContent.Builder |
ViewContent.Builder.actions(String... actions)
A list of possible actions from the view.
|
static ViewContent.Builder |
ViewContent.builder() |
ViewContent.Builder |
ViewContent.Builder.inputSchema(String inputSchema)
The data schema matching data that the view template must be provided to render.
|
ViewContent.Builder |
ViewContent.Builder.template(String template)
The view template representing the structure of the view.
|
ViewContent.Builder |
ViewContent.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ViewContent.Builder> |
ViewContent.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default View.Builder |
View.Builder.content(Consumer<ViewContent.Builder> content)
View content containing all content necessary to render a view except for runtime input data.
|
Copyright © 2023. All rights reserved.