Interface ListFhirImportJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListFhirImportJobsRequest.Builder,ListFhirImportJobsRequest>,HealthLakeRequest.Builder,SdkBuilder<ListFhirImportJobsRequest.Builder,ListFhirImportJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListFhirImportJobsRequest
public static interface ListFhirImportJobsRequest.Builder extends HealthLakeRequest.Builder, SdkPojo, CopyableBuilder<ListFhirImportJobsRequest.Builder,ListFhirImportJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFhirImportJobsRequest.BuilderdatastoreId(String datastoreId)This parameter limits the response to the import job with the specified data store ID.ListFhirImportJobsRequest.BuilderjobName(String jobName)This parameter limits the response to the import job with the specified job name.ListFhirImportJobsRequest.BuilderjobStatus(String jobStatus)This parameter limits the response to the import job with the specified job status.ListFhirImportJobsRequest.BuilderjobStatus(JobStatus jobStatus)This parameter limits the response to the import job with the specified job status.ListFhirImportJobsRequest.BuildermaxResults(Integer maxResults)This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity specified by the user.ListFhirImportJobsRequest.BuildernextToken(String nextToken)A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.ListFhirImportJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFhirImportJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFhirImportJobsRequest.BuildersubmittedAfter(Instant submittedAfter)This parameter limits the response to FHIR import jobs submitted after a user specified date.ListFhirImportJobsRequest.BuildersubmittedBefore(Instant submittedBefore)This parameter limits the response to FHIR import jobs submitted before a user specified date.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.healthlake.model.HealthLakeRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
datastoreId
ListFhirImportJobsRequest.Builder datastoreId(String datastoreId)
This parameter limits the response to the import job with the specified data store ID.
- Parameters:
datastoreId- This parameter limits the response to the import job with the specified data store ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListFhirImportJobsRequest.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.
-
maxResults
ListFhirImportJobsRequest.Builder maxResults(Integer maxResults)
This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity specified by the user.
- Parameters:
maxResults- This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity specified by the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobName
ListFhirImportJobsRequest.Builder jobName(String jobName)
This parameter limits the response to the import job with the specified job name.
- Parameters:
jobName- This parameter limits the response to the import job with the specified job name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStatus
ListFhirImportJobsRequest.Builder jobStatus(String jobStatus)
This parameter limits the response to the import job with the specified job status.
-
jobStatus
ListFhirImportJobsRequest.Builder jobStatus(JobStatus jobStatus)
This parameter limits the response to the import job with the specified job status.
-
submittedBefore
ListFhirImportJobsRequest.Builder submittedBefore(Instant submittedBefore)
This parameter limits the response to FHIR import jobs submitted before a user specified date.
- Parameters:
submittedBefore- This parameter limits the response to FHIR import jobs submitted before a user specified date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
submittedAfter
ListFhirImportJobsRequest.Builder submittedAfter(Instant submittedAfter)
This parameter limits the response to FHIR import jobs submitted after a user specified date.
- Parameters:
submittedAfter- This parameter limits the response to FHIR import jobs submitted after a user specified date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListFhirImportJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListFhirImportJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-