Interface CfnHumanTaskUi.UiTemplateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnHumanTaskUi.UiTemplateProperty.Jsii$Proxy
- Enclosing class:
CfnHumanTaskUi
@Stability(Stable)
public static interface CfnHumanTaskUi.UiTemplateProperty
extends software.amazon.jsii.JsiiSerializable
The Liquid template for the worker user interface.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sagemaker.*;
UiTemplateProperty uiTemplateProperty = UiTemplateProperty.builder()
.content("content")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnHumanTaskUi.UiTemplatePropertystatic final classAn implementation forCfnHumanTaskUi.UiTemplateProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The content of the Liquid template for the worker user interface.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContent
The content of the Liquid template for the worker user interface.- See Also:
-
builder
-