Interface UiTemplate.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<UiTemplate.Builder,UiTemplate>
,SdkBuilder<UiTemplate.Builder,UiTemplate>
,SdkPojo
- Enclosing class:
- UiTemplate
public static interface UiTemplate.Builder extends SdkPojo, CopyableBuilder<UiTemplate.Builder,UiTemplate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UiTemplate.Builder
content(String content)
The content of the Liquid template for the worker user interface.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
content
UiTemplate.Builder content(String content)
The content of the Liquid template for the worker user interface.
- Parameters:
content
- The content of the Liquid template for the worker user interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-