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