Interface ViewInputContent.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ViewInputContent.Builder,,ViewInputContent> SdkBuilder<ViewInputContent.Builder,,ViewInputContent> SdkPojo
- Enclosing class:
 ViewInputContent
public static interface ViewInputContent.Builder
extends SdkPojo, CopyableBuilder<ViewInputContent.Builder,ViewInputContent> 
- 
Method Summary
Modifier and TypeMethodDescriptionA list of possible actions from the view.actions(Collection<String> actions) A list of possible actions from the view.The view template representing the structure of the view.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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 possible actions from the view.
- Parameters:
 actions- A list of possible actions from the view.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
actions
A list of possible actions from the view.
- Parameters:
 actions- A list of possible actions from the view.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -