Interface CreateHumanTaskUiRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateHumanTaskUiRequest.Builder,
,CreateHumanTaskUiRequest> SageMakerRequest.Builder
,SdkBuilder<CreateHumanTaskUiRequest.Builder,
,CreateHumanTaskUiRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateHumanTaskUiRequest
-
Method Summary
Modifier and TypeMethodDescriptionhumanTaskUiName
(String humanTaskUiName) The name of the user interface you are creating.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.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.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.uiTemplate
(UiTemplate uiTemplate) Sets the value of the UiTemplate property for this object.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
humanTaskUiName
The name of the user interface you are creating.
- Parameters:
humanTaskUiName
- The name of the user interface you are creating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uiTemplate
Sets the value of the UiTemplate property for this object.- Parameters:
uiTemplate
- The new value for the UiTemplate property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uiTemplate
Sets the value of the UiTemplate property for this object. This is a convenience method that creates an instance of theUiTemplate.Builder
avoiding the need to create one manually viaUiTemplate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed touiTemplate(UiTemplate)
.- Parameters:
uiTemplate
- a consumer that will call methods onUiTemplate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateHumanTaskUiRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateHumanTaskUiRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-