public static interface ListFhirImportJobsResponse.Builder extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<ListFhirImportJobsResponse.Builder,ListFhirImportJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFhirImportJobsResponse.Builder |
importJobPropertiesList(Collection<ImportJobProperties> importJobPropertiesList)
The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
|
ListFhirImportJobsResponse.Builder |
importJobPropertiesList(Consumer<ImportJobProperties.Builder>... importJobPropertiesList)
The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
|
ListFhirImportJobsResponse.Builder |
importJobPropertiesList(ImportJobProperties... importJobPropertiesList)
The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
|
ListFhirImportJobsResponse.Builder |
nextToken(String nextToken)
A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFhirImportJobsResponse.Builder importJobPropertiesList(Collection<ImportJobProperties> importJobPropertiesList)
The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
importJobPropertiesList - The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.ListFhirImportJobsResponse.Builder importJobPropertiesList(ImportJobProperties... importJobPropertiesList)
The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
importJobPropertiesList - The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.ListFhirImportJobsResponse.Builder importJobPropertiesList(Consumer<ImportJobProperties.Builder>... importJobPropertiesList)
The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
This is a convenience method 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 #importJobPropertiesList(List) .importJobPropertiesList - a consumer that will call methods on List.Builder #importJobPropertiesList(List) ListFhirImportJobsResponse.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.Copyright © 2022. All rights reserved.