Interface S3DataConfig.Builder

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

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

    • path

      The file path of the Amazon S3 bucket.

      Parameters:
      path - The file path of the Amazon S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyArn

      S3DataConfig.Builder kmsKeyArn(String kmsKeyArn)

      The Amazon Resource Name (ARN) of the Key Management Service (KMS) key that Amazon Personalize uses to encrypt or decrypt the input and output files.

      Parameters:
      kmsKeyArn - The Amazon Resource Name (ARN) of the Key Management Service (KMS) key that Amazon Personalize uses to encrypt or decrypt the input and output files.
      Returns:
      Returns a reference to this object so that method calls can be chained together.