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