Class CfnHumanTaskUi.UiTemplateProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnHumanTaskUi.UiTemplateProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHumanTaskUi.UiTemplateProperty>
- Enclosing interface:
CfnHumanTaskUi.UiTemplateProperty
@Stability(Stable)
public static final class CfnHumanTaskUi.UiTemplateProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHumanTaskUi.UiTemplateProperty>
A builder for
CfnHumanTaskUi.UiTemplateProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnHumanTaskUi.UiTemplateProperty.getContent()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
content
Sets the value ofCfnHumanTaskUi.UiTemplateProperty.getContent()- Parameters:
content- The content of the Liquid template for the worker user interface. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnHumanTaskUi.UiTemplateProperty>- Returns:
- a new instance of
CfnHumanTaskUi.UiTemplateProperty - Throws:
NullPointerException- if any required attribute was not provided
-