public static interface HumanTaskUiSummary.Builder extends SdkPojo, CopyableBuilder<HumanTaskUiSummary.Builder,HumanTaskUiSummary>
Modifier and Type | Method and Description |
---|---|
HumanTaskUiSummary.Builder |
creationTime(Instant creationTime)
A timestamp when SageMaker created the human task user interface.
|
HumanTaskUiSummary.Builder |
humanTaskUiArn(String humanTaskUiArn)
The Amazon Resource Name (ARN) of the human task user interface.
|
HumanTaskUiSummary.Builder |
humanTaskUiName(String humanTaskUiName)
The name of the human task user interface.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
HumanTaskUiSummary.Builder humanTaskUiName(String humanTaskUiName)
The name of the human task user interface.
humanTaskUiName
- The name of the human task user interface.HumanTaskUiSummary.Builder humanTaskUiArn(String humanTaskUiArn)
The Amazon Resource Name (ARN) of the human task user interface.
humanTaskUiArn
- The Amazon Resource Name (ARN) of the human task user interface.HumanTaskUiSummary.Builder creationTime(Instant creationTime)
A timestamp when SageMaker created the human task user interface.
creationTime
- A timestamp when SageMaker created the human task user interface.Copyright © 2020. All rights reserved.