Hi, I am trying to make a connection to kendra and used the following lines of code. String accessKey = <xxxxxxxxxxxxxxxxxxx>;String secretKey = <xxxxxxxxxxxxxxx>;String indexId = <xxxxxxxxxxxxxx>;AwsCredentials awsCredentials = AwsBasicCredentials.create(accessKey, secretKey);//S/dkHttpClient htt...