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