Interface S3Configuration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<S3Configuration.Builder,S3Configuration>, SdkBuilder<S3Configuration.Builder,S3Configuration>, SdkPojo
Enclosing class:
S3Configuration

public static interface S3Configuration.Builder extends SdkPojo, CopyableBuilder<S3Configuration.Builder,S3Configuration>
  • Method Details

    • s3Uri

      The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.

      Parameters:
      s3Uri - The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyId

      S3Configuration.Builder kmsKeyId(String kmsKeyId)

      The KMS key ID used to access the S3 bucket.

      Parameters:
      kmsKeyId - The KMS key ID used to access the S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.