Interface ViewContent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ViewContent.Builder,
,ViewContent> SdkBuilder<ViewContent.Builder,
,ViewContent> SdkPojo
- Enclosing class:
ViewContent
public static interface ViewContent.Builder
extends SdkPojo, CopyableBuilder<ViewContent.Builder,ViewContent>
-
Method Summary
Modifier and TypeMethodDescriptionA list of actions possible from the viewactions
(Collection<String> actions) A list of actions possible from the viewinputSchema
(String inputSchema) The schema representing the input data that the view template must be supplied to render.The view template representing the structure of the view.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
inputSchema
The schema representing the input data that the view template must be supplied to render.
- Parameters:
inputSchema
- The schema representing the input data that the view template must be supplied to render.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
template
The view template representing the structure of the view.
- Parameters:
template
- The view template representing the structure of the view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actions
A list of actions possible from the view
- Parameters:
actions
- A list of actions possible from the view- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actions
A list of actions possible from the view
- Parameters:
actions
- A list of actions possible from the view- Returns:
- Returns a reference to this object so that method calls can be chained together.
-