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 Details

    • 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

      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

      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

      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

      This parameter limits the response to the import job with the specified job status.

      Parameters:
      jobStatus - This parameter limits the response to the import job with the specified job status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jobStatus

      This parameter limits the response to the import job with the specified job status.

      Parameters:
      jobStatus - This parameter limits the response to the import job with the specified job status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.