Interface ListFhirExportJobsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListFhirExportJobsResponse.Builder,
,ListFhirExportJobsResponse> HealthLakeResponse.Builder
,SdkBuilder<ListFhirExportJobsResponse.Builder,
,ListFhirExportJobsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListFhirExportJobsResponse
@Mutable
@NotThreadSafe
public static interface ListFhirExportJobsResponse.Builder
extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<ListFhirExportJobsResponse.Builder,ListFhirExportJobsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionexportJobPropertiesList
(Collection<ExportJobProperties> exportJobPropertiesList) The properties of listed FHIR export jobs, including the ID, ARN, name, and the status of the job.exportJobPropertiesList
(Consumer<ExportJobProperties.Builder>... exportJobPropertiesList) The properties of listed FHIR export jobs, including the ID, ARN, name, and the status of the job.exportJobPropertiesList
(ExportJobProperties... exportJobPropertiesList) The properties of listed FHIR export jobs, including the ID, ARN, name, and the status of the job.A pagination token used to identify the next page of results to return for a ListFHIRExportJobs query.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.healthlake.model.HealthLakeResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
exportJobPropertiesList
ListFhirExportJobsResponse.Builder exportJobPropertiesList(Collection<ExportJobProperties> exportJobPropertiesList) The properties of listed FHIR export jobs, including the ID, ARN, name, and the status of the job.
- Parameters:
exportJobPropertiesList
- The properties of listed FHIR export jobs, including the ID, ARN, name, and the status of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportJobPropertiesList
ListFhirExportJobsResponse.Builder exportJobPropertiesList(ExportJobProperties... exportJobPropertiesList) The properties of listed FHIR export jobs, including the ID, ARN, name, and the status of the job.
- Parameters:
exportJobPropertiesList
- The properties of listed FHIR export jobs, including the ID, ARN, name, and the status of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportJobPropertiesList
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 viaExportJobProperties.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexportJobPropertiesList(List<ExportJobProperties>)
.- Parameters:
exportJobPropertiesList
- a consumer that will call methods onExportJobProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A pagination token used to identify the next page of results to return for a ListFHIRExportJobs query.
- Parameters:
nextToken
- A pagination token used to identify the next page of results to return for a ListFHIRExportJobs query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-