public static interface CreateHumanTaskUiRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateHumanTaskUiRequest.Builder,CreateHumanTaskUiRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateHumanTaskUiRequest.Builder |
humanTaskUiName(String humanTaskUiName)
The name of the user interface you are creating.
|
CreateHumanTaskUiRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateHumanTaskUiRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateHumanTaskUiRequest.Builder |
tags(Collection<Tag> tags)
An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow
user interface.
|
CreateHumanTaskUiRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow
user interface.
|
CreateHumanTaskUiRequest.Builder |
tags(Tag... tags)
An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow
user interface.
|
default CreateHumanTaskUiRequest.Builder |
uiTemplate(Consumer<UiTemplate.Builder> uiTemplate)
Sets the value of the UiTemplate property for this object.
|
CreateHumanTaskUiRequest.Builder |
uiTemplate(UiTemplate uiTemplate)
Sets the value of the UiTemplate property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateHumanTaskUiRequest.Builder humanTaskUiName(String humanTaskUiName)
The name of the user interface you are creating.
humanTaskUiName - The name of the user interface you are creating.CreateHumanTaskUiRequest.Builder uiTemplate(UiTemplate uiTemplate)
uiTemplate - The new value for the UiTemplate property for this object.default CreateHumanTaskUiRequest.Builder uiTemplate(Consumer<UiTemplate.Builder> uiTemplate)
UiTemplate.Builder avoiding the need to create
one manually via UiTemplate.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to uiTemplate(UiTemplate).uiTemplate - a consumer that will call methods on UiTemplate.BuilderuiTemplate(UiTemplate)CreateHumanTaskUiRequest.Builder tags(Collection<Tag> tags)
An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface. Each tag consists of a key and a value, both of which you define.
tags - An array of key-value pairs that contain metadata to help you categorize and organize a human review
workflow user interface. Each tag consists of a key and a value, both of which you define.CreateHumanTaskUiRequest.Builder tags(Tag... tags)
An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface. Each tag consists of a key and a value, both of which you define.
tags - An array of key-value pairs that contain metadata to help you categorize and organize a human review
workflow user interface. Each tag consists of a key and a value, both of which you define.CreateHumanTaskUiRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface. Each tag consists of a key and a value, both of which you define.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateHumanTaskUiRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateHumanTaskUiRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.