public static interface ListFhirImportJobsRequest.Builder extends HealthLakeRequest.Builder, SdkPojo, CopyableBuilder<ListFhirImportJobsRequest.Builder,ListFhirImportJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFhirImportJobsRequest.Builder |
datastoreId(String datastoreId)
This parameter limits the response to the import job with the specified Data Store ID.
|
ListFhirImportJobsRequest.Builder |
jobName(String jobName)
This parameter limits the response to the import job with the specified job name.
|
ListFhirImportJobsRequest.Builder |
jobStatus(JobStatus jobStatus)
This parameter limits the response to the import job with the specified job status.
|
ListFhirImportJobsRequest.Builder |
jobStatus(String jobStatus)
This parameter limits the response to the import job with the specified job status.
|
ListFhirImportJobsRequest.Builder |
maxResults(Integer maxResults)
This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity specified
by the user.
|
ListFhirImportJobsRequest.Builder |
nextToken(String nextToken)
A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.
|
ListFhirImportJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFhirImportJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListFhirImportJobsRequest.Builder |
submittedAfter(Instant submittedAfter)
This parameter limits the response to FHIR import jobs submitted after a user specified date.
|
ListFhirImportJobsRequest.Builder |
submittedBefore(Instant submittedBefore)
This parameter limits the response to FHIR import jobs submitted before a user specified date.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFhirImportJobsRequest.Builder datastoreId(String datastoreId)
This parameter limits the response to the import job with the specified Data Store ID.
datastoreId - This parameter limits the response to the import job with the specified Data Store ID.ListFhirImportJobsRequest.Builder nextToken(String nextToken)
A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.
nextToken - A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.ListFhirImportJobsRequest.Builder maxResults(Integer maxResults)
This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity specified by the user.
maxResults - This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity
specified by the user.ListFhirImportJobsRequest.Builder jobName(String jobName)
This parameter limits the response to the import job with the specified job name.
jobName - This parameter limits the response to the import job with the specified job name.ListFhirImportJobsRequest.Builder jobStatus(String jobStatus)
This parameter limits the response to the import job with the specified job status.
ListFhirImportJobsRequest.Builder jobStatus(JobStatus jobStatus)
This parameter limits the response to the import job with the specified job status.
ListFhirImportJobsRequest.Builder submittedBefore(Instant submittedBefore)
This parameter limits the response to FHIR import jobs submitted before a user specified date.
submittedBefore - This parameter limits the response to FHIR import jobs submitted before a user specified date.ListFhirImportJobsRequest.Builder submittedAfter(Instant submittedAfter)
This parameter limits the response to FHIR import jobs submitted after a user specified date.
submittedAfter - This parameter limits the response to FHIR import jobs submitted after a user specified date.ListFhirImportJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFhirImportJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.