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 theImportJobProperties.Builder avoiding the need to
create one manually via
ImportJobProperties.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #importJobPropertiesList(List.
importJobPropertiesList - a consumer that will call methods on
ImportJobProperties.Builder#importJobPropertiesList(java.util.Collection) 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 © 2023. All rights reserved.