Interface CreateHumanTaskUiRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateHumanTaskUiRequest.Builder,CreateHumanTaskUiRequest>,SageMakerRequest.Builder,SdkBuilder<CreateHumanTaskUiRequest.Builder,CreateHumanTaskUiRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateHumanTaskUiRequest
@Mutable @NotThreadSafe 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.BuilderhumanTaskUiName(String humanTaskUiName)The name of the user interface you are creating.CreateHumanTaskUiRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateHumanTaskUiRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateHumanTaskUiRequest.Buildertags(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.Buildertags(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.Buildertags(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.BuilderuiTemplate(Consumer<UiTemplate.Builder> uiTemplate)Sets the value of the UiTemplate property for this object.CreateHumanTaskUiRequest.BuilderuiTemplate(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.Builderavoiding the need to create one manually viaUiTemplate.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateHumanTaskUiRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-