public static interface GetModelsResponse.Builder extends FraudDetectorResponse.Builder, SdkPojo, CopyableBuilder<GetModelsResponse.Builder,GetModelsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetModelsResponse.Builder |
models(Collection<Model> models)
The array of models.
|
GetModelsResponse.Builder |
models(Consumer<Model.Builder>... models)
The array of models.
|
GetModelsResponse.Builder |
models(Model... models)
The array of models.
|
GetModelsResponse.Builder |
nextToken(String nextToken)
The next page token to be used in subsequent requests.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetModelsResponse.Builder nextToken(String nextToken)
The next page token to be used in subsequent requests.
nextToken - The next page token to be used in subsequent requests.GetModelsResponse.Builder models(Collection<Model> models)
The array of models.
models - The array of models.GetModelsResponse.Builder models(Model... models)
The array of models.
models - The array of models.GetModelsResponse.Builder models(Consumer<Model.Builder>... models)
The array of models.
This is a convenience method that creates an instance of theModel.Builder avoiding the need to create one
manually via Model.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #models(List.
models - a consumer that will call methods on
Model.Builder#models(java.util.Collection) Copyright © 2023. All rights reserved.