Interface ListFhirExportJobsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListFhirExportJobsRequest.Builder,
,ListFhirExportJobsRequest> HealthLakeRequest.Builder
,SdkBuilder<ListFhirExportJobsRequest.Builder,
,ListFhirExportJobsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListFhirExportJobsRequest
@Mutable
@NotThreadSafe
public static interface ListFhirExportJobsRequest.Builder
extends HealthLakeRequest.Builder, SdkPojo, CopyableBuilder<ListFhirExportJobsRequest.Builder,ListFhirExportJobsRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondatastoreId
(String datastoreId) Limits the response to the export job with the specified data store ID.Limits the response to the export job with the specified job name.Limits the response to export jobs with the specified job status.Limits the response to export jobs with the specified job status.maxResults
(Integer maxResults) Limits the number of results returned for a ListFHIRExportJobs to a maximum quantity specified by the user.A pagination token used to identify the next page of results to return.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.submittedAfter
(Instant submittedAfter) Limits the response to FHIR export jobs submitted after a user-specified date.submittedBefore
(Instant submittedBefore) 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, sdkFieldNameToField, sdkFields
-
Method Details
-
datastoreId
Limits the response to the export job with the specified data store ID.
- Parameters:
datastoreId
- 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
A pagination token used to identify the next page of results to return.
- Parameters:
nextToken
- A pagination token used to identify the next page of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Limits the number of results returned for a ListFHIRExportJobs to a maximum quantity specified by the user.
- Parameters:
maxResults
- 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
Limits the response to the export job with the specified job name.
- Parameters:
jobName
- 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
Limits the response to export jobs with the specified job status.
- Parameters:
jobStatus
- Limits the response to export jobs with the specified job status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
Limits the response to export jobs with the specified job status.
- Parameters:
jobStatus
- Limits the response to export jobs with the specified job status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
submittedBefore
Limits the response to FHIR export jobs submitted before a user- specified date.
- Parameters:
submittedBefore
- 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
Limits the response to FHIR export jobs submitted after a user-specified date.
- Parameters:
submittedAfter
- 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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListFhirExportJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-