Interface ListFhirImportJobsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListFhirImportJobsResponse.Builder,,ListFhirImportJobsResponse> HealthLakeResponse.Builder,SdkBuilder<ListFhirImportJobsResponse.Builder,,ListFhirImportJobsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListFhirImportJobsResponse
public static interface ListFhirImportJobsResponse.Builder
extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<ListFhirImportJobsResponse.Builder,ListFhirImportJobsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionimportJobPropertiesList(Collection<ImportJobProperties> importJobPropertiesList) The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.importJobPropertiesList(Consumer<ImportJobProperties.Builder>... importJobPropertiesList) The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.importJobPropertiesList(ImportJobProperties... importJobPropertiesList) The properties of a listed FHIR import 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 ListFHIRImportJobs query.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.healthlake.model.HealthLakeResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
importJobPropertiesList
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.
- Parameters:
importJobPropertiesList- The properties of a listed FHIR import 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.
-
importJobPropertiesList
ListFhirImportJobsResponse.Builder importJobPropertiesList(ImportJobProperties... importJobPropertiesList) The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
- Parameters:
importJobPropertiesList- The properties of a listed FHIR import 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.
-
importJobPropertiesList
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.Builderavoiding the need to create one manually viaImportJobProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimportJobPropertiesList(List<ImportJobProperties>).- Parameters:
importJobPropertiesList- a consumer that will call methods onImportJobProperties.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 ListFHIRImportJobs query.
- Parameters:
nextToken- A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-