Class CfnHumanTaskUi.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnHumanTaskUi.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHumanTaskUi>
- Enclosing class:
CfnHumanTaskUi
@Stability(Stable)
public static final class CfnHumanTaskUi.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHumanTaskUi>
A fluent builder for
CfnHumanTaskUi.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnHumanTaskUi.BuilderhumanTaskUiName(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.uiTemplate(IResolvable uiTemplate) The Liquid template for the worker user interface.uiTemplate(CfnHumanTaskUi.UiTemplateProperty uiTemplate) The Liquid template for the worker user interface.
-
Method Details
-
create
@Stability(Stable) public static CfnHumanTaskUi.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnHumanTaskUi.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 CfnHumanTaskUi.Builder uiTemplate(CfnHumanTaskUi.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<CfnHumanTaskUi>- Returns:
- a newly built instance of
CfnHumanTaskUi.
-