Interface StopHumanLoopRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StopHumanLoopRequest.Builder,StopHumanLoopRequest>,SageMakerA2IRuntimeRequest.Builder,SdkBuilder<StopHumanLoopRequest.Builder,StopHumanLoopRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StopHumanLoopRequest
public static interface StopHumanLoopRequest.Builder extends SageMakerA2IRuntimeRequest.Builder, SdkPojo, CopyableBuilder<StopHumanLoopRequest.Builder,StopHumanLoopRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopHumanLoopRequest.BuilderhumanLoopName(String humanLoopName)The name of the human loop that you want to stop.StopHumanLoopRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopHumanLoopRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
StopHumanLoopRequest.Builder humanLoopName(String humanLoopName)
The name of the human loop that you want to stop.
- Parameters:
humanLoopName- The name of the human loop that you want to stop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopHumanLoopRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopHumanLoopRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-