public static interface GetModelsRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<GetModelsRequest.Builder,GetModelsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetModelsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of objects to return for the request.
|
GetModelsRequest.Builder |
modelId(String modelId)
The model ID.
|
GetModelsRequest.Builder |
modelType(ModelTypeEnum modelType)
The model type.
|
GetModelsRequest.Builder |
modelType(String modelType)
The model type.
|
GetModelsRequest.Builder |
nextToken(String nextToken)
The next token for the subsequent request.
|
GetModelsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetModelsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetModelsRequest.Builder modelId(String modelId)
The model ID.
modelId - The model ID.GetModelsRequest.Builder modelType(String modelType)
The model type.
modelType - The model type.ModelTypeEnum,
ModelTypeEnumGetModelsRequest.Builder modelType(ModelTypeEnum modelType)
The model type.
modelType - The model type.ModelTypeEnum,
ModelTypeEnumGetModelsRequest.Builder nextToken(String nextToken)
The next token for the subsequent request.
nextToken - The next token for the subsequent request.GetModelsRequest.Builder maxResults(Integer maxResults)
The maximum number of objects to return for the request.
maxResults - The maximum number of objects to return for the request.GetModelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetModelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.