Interface ListFhirExportJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListFhirExportJobsResponse.Builder,ListFhirExportJobsResponse>,HealthLakeResponse.Builder,SdkBuilder<ListFhirExportJobsResponse.Builder,ListFhirExportJobsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListFhirExportJobsResponse
public static interface ListFhirExportJobsResponse.Builder extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<ListFhirExportJobsResponse.Builder,ListFhirExportJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFhirExportJobsResponse.BuilderexportJobPropertiesList(Collection<ExportJobProperties> exportJobPropertiesList)The properties of listed FHIR export jobs, including the ID, ARN, name, and the status of the job.ListFhirExportJobsResponse.BuilderexportJobPropertiesList(Consumer<ExportJobProperties.Builder>... exportJobPropertiesList)The properties of listed FHIR export jobs, including the ID, ARN, name, and the status of the job.ListFhirExportJobsResponse.BuilderexportJobPropertiesList(ExportJobProperties... exportJobPropertiesList)The properties of listed FHIR export jobs, including the ID, ARN, name, and the status of the job.ListFhirExportJobsResponse.BuildernextToken(String nextToken)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.Builderavoiding the need to create one manually viaExportJobProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#exportJobPropertiesList(List.) - 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:
#exportJobPropertiesList(java.util.Collection)
-
nextToken
ListFhirExportJobsResponse.Builder nextToken(String 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.
-
-