Class StartFhirImportJobRequest

    • Method Detail

      • jobName

        public final String jobName()

        The name of the FHIR Import job in the StartFHIRImport job request.

        Returns:
        The name of the FHIR Import job in the StartFHIRImport job request.
      • inputDataConfig

        public final InputDataConfig inputDataConfig()

        The input properties of the FHIR Import job in the StartFHIRImport job request.

        Returns:
        The input properties of the FHIR Import job in the StartFHIRImport job request.
      • jobOutputDataConfig

        public final OutputDataConfig jobOutputDataConfig()
        Returns the value of the JobOutputDataConfig property for this object.
        Returns:
        The value of the JobOutputDataConfig property for this object.
      • datastoreId

        public final String datastoreId()

        The AWS-generated data store ID.

        Returns:
        The AWS-generated data store ID.
      • dataAccessRoleArn

        public final String dataAccessRoleArn()

        The Amazon Resource Name (ARN) that gives AWS HealthLake access permission.

        Returns:
        The Amazon Resource Name (ARN) that gives AWS HealthLake access permission.
      • clientToken

        public final String clientToken()

        Optional user provided token used for ensuring idempotency.

        Returns:
        Optional user provided token used for ensuring idempotency.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object