Interface DetectAnomaliesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DetectAnomaliesRequest.Builder,DetectAnomaliesRequest>,LookoutVisionRequest.Builder,SdkBuilder<DetectAnomaliesRequest.Builder,DetectAnomaliesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DetectAnomaliesRequest
public static interface DetectAnomaliesRequest.Builder extends LookoutVisionRequest.Builder, SdkPojo, CopyableBuilder<DetectAnomaliesRequest.Builder,DetectAnomaliesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetectAnomaliesRequest.BuildercontentType(String contentType)The type of the image passed inBody.DetectAnomaliesRequest.BuildermodelVersion(String modelVersion)The version of the model that you want to use.DetectAnomaliesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DetectAnomaliesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DetectAnomaliesRequest.BuilderprojectName(String projectName)The name of the project that contains the model version that you want to use.-
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.lookoutvision.model.LookoutVisionRequest.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
-
projectName
DetectAnomaliesRequest.Builder projectName(String projectName)
The name of the project that contains the model version that you want to use.
- Parameters:
projectName- The name of the project that contains the model version that you want to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelVersion
DetectAnomaliesRequest.Builder modelVersion(String modelVersion)
The version of the model that you want to use.
- Parameters:
modelVersion- The version of the model that you want to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentType
DetectAnomaliesRequest.Builder contentType(String contentType)
The type of the image passed in
Body. Valid values areimage/png(PNG format images) andimage/jpeg(JPG format images).- Parameters:
contentType- The type of the image passed inBody. Valid values areimage/png(PNG format images) andimage/jpeg(JPG format images).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DetectAnomaliesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DetectAnomaliesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-