Interface StartHumanLoopRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartHumanLoopRequest.Builder,StartHumanLoopRequest>,SageMakerA2IRuntimeRequest.Builder,SdkBuilder<StartHumanLoopRequest.Builder,StartHumanLoopRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartHumanLoopRequest
public static interface StartHumanLoopRequest.Builder extends SageMakerA2IRuntimeRequest.Builder, SdkPojo, CopyableBuilder<StartHumanLoopRequest.Builder,StartHumanLoopRequest>
-
-
Method Summary
-
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.sagemakera2iruntime.model.SageMakerA2IRuntimeRequest.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 Detail
-
humanLoopName
StartHumanLoopRequest.Builder humanLoopName(String humanLoopName)
The name of the human loop.
- Parameters:
humanLoopName- The name of the human loop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowDefinitionArn
StartHumanLoopRequest.Builder flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition associated with this human loop.
- Parameters:
flowDefinitionArn- The Amazon Resource Name (ARN) of the flow definition associated with this human loop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
humanLoopInput
StartHumanLoopRequest.Builder humanLoopInput(HumanLoopInput humanLoopInput)
An object that contains information about the human loop.
- Parameters:
humanLoopInput- An object that contains information about the human loop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
humanLoopInput
default StartHumanLoopRequest.Builder humanLoopInput(Consumer<HumanLoopInput.Builder> humanLoopInput)
An object that contains information about the human loop.
This is a convenience method that creates an instance of theHumanLoopInput.Builderavoiding the need to create one manually viaHumanLoopInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohumanLoopInput(HumanLoopInput).- Parameters:
humanLoopInput- a consumer that will call methods onHumanLoopInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
humanLoopInput(HumanLoopInput)
-
dataAttributes
StartHumanLoopRequest.Builder dataAttributes(HumanLoopDataAttributes dataAttributes)
Attributes of the specified data. Use
DataAttributesto specify if your data is free of personally identifiable information and/or free of adult content.- Parameters:
dataAttributes- Attributes of the specified data. UseDataAttributesto specify if your data is free of personally identifiable information and/or free of adult content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataAttributes
default StartHumanLoopRequest.Builder dataAttributes(Consumer<HumanLoopDataAttributes.Builder> dataAttributes)
Attributes of the specified data. Use
This is a convenience method that creates an instance of theDataAttributesto specify if your data is free of personally identifiable information and/or free of adult content.HumanLoopDataAttributes.Builderavoiding the need to create one manually viaHumanLoopDataAttributes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataAttributes(HumanLoopDataAttributes).- Parameters:
dataAttributes- a consumer that will call methods onHumanLoopDataAttributes.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dataAttributes(HumanLoopDataAttributes)
-
overrideConfiguration
StartHumanLoopRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartHumanLoopRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-