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 that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #models(List) .models - a consumer that will call methods on List.Builder #models(List) Copyright © 2021. All rights reserved.