public static interface ListDicomImportJobsRequest.Builder extends MedicalImagingRequest.Builder, SdkPojo, CopyableBuilder<ListDicomImportJobsRequest.Builder,ListDicomImportJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDicomImportJobsRequest.Builder |
datastoreId(String datastoreId)
The data store identifier.
|
ListDicomImportJobsRequest.Builder |
jobStatus(JobStatus jobStatus)
The filters for listing import jobs based on status.
|
ListDicomImportJobsRequest.Builder |
jobStatus(String jobStatus)
The filters for listing import jobs based on status.
|
ListDicomImportJobsRequest.Builder |
maxResults(Integer maxResults)
The max results count.
|
ListDicomImportJobsRequest.Builder |
nextToken(String nextToken)
The pagination token used to request the list of import jobs on the next page.
|
ListDicomImportJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDicomImportJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDicomImportJobsRequest.Builder datastoreId(String datastoreId)
The data store identifier.
datastoreId - The data store identifier.ListDicomImportJobsRequest.Builder jobStatus(String jobStatus)
The filters for listing import jobs based on status.
ListDicomImportJobsRequest.Builder jobStatus(JobStatus jobStatus)
The filters for listing import jobs based on status.
ListDicomImportJobsRequest.Builder nextToken(String nextToken)
The pagination token used to request the list of import jobs on the next page.
nextToken - The pagination token used to request the list of import jobs on the next page.ListDicomImportJobsRequest.Builder maxResults(Integer maxResults)
The max results count. The upper bound is determined by load testing.
maxResults - The max results count. The upper bound is determined by load testing.ListDicomImportJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDicomImportJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.