Interface JobOutputDataConfig.Builder

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

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

    • kmsKeyId

      JobOutputDataConfig.Builder kmsKeyId(String kmsKeyId)

      The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to encrypt the job training artifacts at rest using Amazon S3 server-side encryption.

      Parameters:
      kmsKeyId - The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to encrypt the job training artifacts at rest using Amazon S3 server-side encryption.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Path

      Identifies the S3 path where you want Amazon Braket to store the job training artifacts. For example, s3://bucket-name/key-name-prefix.

      Parameters:
      s3Path - Identifies the S3 path where you want Amazon Braket to store the job training artifacts. For example, s3://bucket-name/key-name-prefix.
      Returns:
      Returns a reference to this object so that method calls can be chained together.