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