public static interface GetBatchPredictionJobsResponse.Builder extends FraudDetectorResponse.Builder, SdkPojo, CopyableBuilder<GetBatchPredictionJobsResponse.Builder,GetBatchPredictionJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetBatchPredictionJobsResponse.Builder |
batchPredictions(BatchPrediction... batchPredictions)
An array containing the details of each batch prediction job.
|
GetBatchPredictionJobsResponse.Builder |
batchPredictions(Collection<BatchPrediction> batchPredictions)
An array containing the details of each batch prediction job.
|
GetBatchPredictionJobsResponse.Builder |
batchPredictions(Consumer<BatchPrediction.Builder>... batchPredictions)
An array containing the details of each batch prediction job.
|
GetBatchPredictionJobsResponse.Builder |
nextToken(String nextToken)
The next token for the subsequent request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBatchPredictionJobsResponse.Builder batchPredictions(Collection<BatchPrediction> batchPredictions)
An array containing the details of each batch prediction job.
batchPredictions - An array containing the details of each batch prediction job.GetBatchPredictionJobsResponse.Builder batchPredictions(BatchPrediction... batchPredictions)
An array containing the details of each batch prediction job.
batchPredictions - An array containing the details of each batch prediction job.GetBatchPredictionJobsResponse.Builder batchPredictions(Consumer<BatchPrediction.Builder>... batchPredictions)
An array containing the details of each batch prediction job.
This is a convenience method that creates an instance of theBatchPrediction.Builder avoiding the need to
create one manually via BatchPrediction.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #batchPredictions(List.
batchPredictions - a consumer that will call methods on
BatchPrediction.Builder#batchPredictions(java.util.Collection) GetBatchPredictionJobsResponse.Builder nextToken(String nextToken)
The next token for the subsequent request.
nextToken - The next token for the subsequent request.Copyright © 2023. All rights reserved.