Interface GetModelVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetModelVersionRequest.Builder,GetModelVersionRequest>,FraudDetectorRequest.Builder,SdkBuilder<GetModelVersionRequest.Builder,GetModelVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetModelVersionRequest
public static interface GetModelVersionRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<GetModelVersionRequest.Builder,GetModelVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetModelVersionRequest.BuildermodelId(String modelId)The model ID.GetModelVersionRequest.BuildermodelType(String modelType)The model type.GetModelVersionRequest.BuildermodelType(ModelTypeEnum modelType)The model type.GetModelVersionRequest.BuildermodelVersionNumber(String modelVersionNumber)The model version number.GetModelVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetModelVersionRequest.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.frauddetector.model.FraudDetectorRequest.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
-
modelId
GetModelVersionRequest.Builder modelId(String modelId)
The model ID.
- Parameters:
modelId- The model ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelType
GetModelVersionRequest.Builder modelType(String modelType)
The model type.
- Parameters:
modelType- The model type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelTypeEnum,ModelTypeEnum
-
modelType
GetModelVersionRequest.Builder modelType(ModelTypeEnum modelType)
The model type.
- Parameters:
modelType- The model type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelTypeEnum,ModelTypeEnum
-
modelVersionNumber
GetModelVersionRequest.Builder modelVersionNumber(String modelVersionNumber)
The model version number.
- Parameters:
modelVersionNumber- The model version number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetModelVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetModelVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-