Class HumanTaskUiReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.sagemaker.HumanTaskUiReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<HumanTaskUiReference>
- Enclosing interface:
HumanTaskUiReference
@Stability(Stable)
public static final class HumanTaskUiReference.Builder
extends Object
implements software.amazon.jsii.Builder<HumanTaskUiReference>
A builder for
HumanTaskUiReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.humanTaskUiArn(String humanTaskUiArn) Sets the value ofHumanTaskUiReference.getHumanTaskUiArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
humanTaskUiArn
Sets the value ofHumanTaskUiReference.getHumanTaskUiArn()- Parameters:
humanTaskUiArn- The HumanTaskUiArn of the HumanTaskUi resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<HumanTaskUiReference>- Returns:
- a new instance of
HumanTaskUiReference - Throws:
NullPointerException- if any required attribute was not provided
-