Interface HumanTaskUiSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HumanTaskUiSummary.Builder,HumanTaskUiSummary>,SdkBuilder<HumanTaskUiSummary.Builder,HumanTaskUiSummary>,SdkPojo
- Enclosing class:
- HumanTaskUiSummary
public static interface HumanTaskUiSummary.Builder extends SdkPojo, CopyableBuilder<HumanTaskUiSummary.Builder,HumanTaskUiSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HumanTaskUiSummary.BuildercreationTime(Instant creationTime)A timestamp when SageMaker created the human task user interface.HumanTaskUiSummary.BuilderhumanTaskUiArn(String humanTaskUiArn)The Amazon Resource Name (ARN) of the human task user interface.HumanTaskUiSummary.BuilderhumanTaskUiName(String humanTaskUiName)The name of the human task user interface.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
humanTaskUiName
HumanTaskUiSummary.Builder humanTaskUiName(String humanTaskUiName)
The name of the human task user interface.
- Parameters:
humanTaskUiName- The name of the human task user interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
humanTaskUiArn
HumanTaskUiSummary.Builder humanTaskUiArn(String humanTaskUiArn)
The Amazon Resource Name (ARN) of the human task user interface.
- Parameters:
humanTaskUiArn- The Amazon Resource Name (ARN) of the human task user interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
HumanTaskUiSummary.Builder creationTime(Instant creationTime)
A timestamp when SageMaker created the human task user interface.
- Parameters:
creationTime- A timestamp when SageMaker created the human task user interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-