Interface HumanLoopActivationConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<HumanLoopActivationConfig.Builder,,HumanLoopActivationConfig> SdkBuilder<HumanLoopActivationConfig.Builder,,HumanLoopActivationConfig> SdkPojo
- Enclosing class:
 HumanLoopActivationConfig
public static interface HumanLoopActivationConfig.Builder
extends SdkPojo, CopyableBuilder<HumanLoopActivationConfig.Builder,HumanLoopActivationConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptionhumanLoopActivationConditionsConfig(Consumer<HumanLoopActivationConditionsConfig.Builder> humanLoopActivationConditionsConfig) Container structure for defining under what conditions SageMaker creates a human loop.humanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfig humanLoopActivationConditionsConfig) Container structure for defining under what conditions SageMaker creates a human loop.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
humanLoopActivationConditionsConfig
HumanLoopActivationConfig.Builder humanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfig humanLoopActivationConditionsConfig) Container structure for defining under what conditions SageMaker creates a human loop.
- Parameters:
 humanLoopActivationConditionsConfig- Container structure for defining under what conditions SageMaker creates a human loop.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
humanLoopActivationConditionsConfig
default HumanLoopActivationConfig.Builder humanLoopActivationConditionsConfig(Consumer<HumanLoopActivationConditionsConfig.Builder> humanLoopActivationConditionsConfig) Container structure for defining under what conditions SageMaker creates a human loop.
This is a convenience method that creates an instance of theHumanLoopActivationConditionsConfig.Builderavoiding the need to create one manually viaHumanLoopActivationConditionsConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohumanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfig).- Parameters:
 humanLoopActivationConditionsConfig- a consumer that will call methods onHumanLoopActivationConditionsConfig.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -