Interface CreateHumanTaskUiRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateHumanTaskUiRequest.Builder,CreateHumanTaskUiRequest>
,SageMakerRequest.Builder
,SdkBuilder<CreateHumanTaskUiRequest.Builder,CreateHumanTaskUiRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- CreateHumanTaskUiRequest
public static interface CreateHumanTaskUiRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateHumanTaskUiRequest.Builder,CreateHumanTaskUiRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateHumanTaskUiRequest.Builder
humanTaskUiName(String humanTaskUiName)
The name of the user interface you are creating.CreateHumanTaskUiRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
CreateHumanTaskUiRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
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.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
humanTaskUiName
CreateHumanTaskUiRequest.Builder humanTaskUiName(String 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
CreateHumanTaskUiRequest.Builder uiTemplate(UiTemplate 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
default CreateHumanTaskUiRequest.Builder uiTemplate(Consumer<UiTemplate.Builder> 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:
uiTemplate(UiTemplate)
-
tags
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.
- 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
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.
- 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
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 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 to#tags(List
.) - 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:
#tags(java.util.Collection
)
-
overrideConfiguration
CreateHumanTaskUiRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
CreateHumanTaskUiRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-