Class CfnHumanTaskUiPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnHumanTaskUiPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHumanTaskUiPropsMixin>
- Enclosing class:
CfnHumanTaskUiPropsMixin
@Stability(Stable)
public static final class CfnHumanTaskUiPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHumanTaskUiPropsMixin>
A fluent builder for
CfnHumanTaskUiPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) humanTaskUiName(String humanTaskUiName) The name of the human task user interface.An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface.The Liquid template for the worker user interface.uiTemplate(IResolvable uiTemplate) The Liquid template for the worker user interface.
-
Method Details
-
create
@Stability(Stable) public static CfnHumanTaskUiPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnHumanTaskUiPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnHumanTaskUiPropsMixin.Builder.
-
humanTaskUiName
The name of the human task user interface.- Parameters:
humanTaskUiName- The name of the human task user interface. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface.- Parameters:
tags- An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface. This parameter is required.- Returns:
this- See Also:
-
uiTemplate
The Liquid template for the worker user interface.- Parameters:
uiTemplate- The Liquid template for the worker user interface. This parameter is required.- Returns:
this- See Also:
-
uiTemplate
@Stability(Stable) public CfnHumanTaskUiPropsMixin.Builder uiTemplate(CfnHumanTaskUiPropsMixin.UiTemplateProperty uiTemplate) The Liquid template for the worker user interface.- Parameters:
uiTemplate- The Liquid template for the worker user interface. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnHumanTaskUiPropsMixin>- Returns:
- a newly built instance of
CfnHumanTaskUiPropsMixin.
-