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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFhirImportJobsResponse.BuilderimportJobPropertiesList(Collection<ImportJobProperties> importJobPropertiesList)The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.ListFhirImportJobsResponse.BuilderimportJobPropertiesList(Consumer<ImportJobProperties.Builder>... importJobPropertiesList)The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.ListFhirImportJobsResponse.BuilderimportJobPropertiesList(ImportJobProperties... importJobPropertiesList)The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.ListFhirImportJobsResponse.BuildernextToken(String nextToken)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
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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 to#importJobPropertiesList(List.) - 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:
#importJobPropertiesList(java.util.Collection)
-
nextToken
ListFhirImportJobsResponse.Builder nextToken(String 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.
-
-