Class StartFhirExportJobRequest

    • Method Detail

      • jobName

        public final String jobName()

        The user generated name for an export job.

        Returns:
        The user generated name for an export job.
      • outputDataConfig

        public final OutputDataConfig outputDataConfig()

        The output data configuration that was supplied when the export job was created.

        Returns:
        The output data configuration that was supplied when the export job was created.
      • datastoreId

        public final String datastoreId()

        The AWS generated ID for the data store from which files are being exported for an export job.

        Returns:
        The AWS generated ID for the data store from which files are being exported for an export job.
      • dataAccessRoleArn

        public final String dataAccessRoleArn()

        The Amazon Resource Name used during the initiation of the job.

        Returns:
        The Amazon Resource Name used during the initiation of the job.
      • clientToken

        public final String clientToken()

        An optional user provided token used for ensuring idempotency.

        Returns:
        An 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