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