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