Class CfnHumanTaskUiMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnHumanTaskUiMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHumanTaskUiMixinProps>
- Enclosing interface:
CfnHumanTaskUiMixinProps
@Stability(Stable)
public static final class CfnHumanTaskUiMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHumanTaskUiMixinProps>
A builder for
CfnHumanTaskUiMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.humanTaskUiName(String humanTaskUiName) Sets the value ofCfnHumanTaskUiMixinProps.getHumanTaskUiName()Sets the value ofCfnHumanTaskUiMixinProps.getTags()Sets the value ofCfnHumanTaskUiMixinProps.getUiTemplate()uiTemplate(IResolvable uiTemplate) Sets the value ofCfnHumanTaskUiMixinProps.getUiTemplate()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
humanTaskUiName
Sets the value ofCfnHumanTaskUiMixinProps.getHumanTaskUiName()- Parameters:
humanTaskUiName- The name of the human task user interface.- Returns:
this
-
tags
Sets the value ofCfnHumanTaskUiMixinProps.getTags()- Parameters:
tags- An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface.- Returns:
this
-
uiTemplate
Sets the value ofCfnHumanTaskUiMixinProps.getUiTemplate()- Parameters:
uiTemplate- The Liquid template for the worker user interface.- Returns:
this
-
uiTemplate
@Stability(Stable) public CfnHumanTaskUiMixinProps.Builder uiTemplate(CfnHumanTaskUiPropsMixin.UiTemplateProperty uiTemplate) Sets the value ofCfnHumanTaskUiMixinProps.getUiTemplate()- Parameters:
uiTemplate- The Liquid template for the worker user interface.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnHumanTaskUiMixinProps>- Returns:
- a new instance of
CfnHumanTaskUiMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-