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