Class BedrockAwsConnectionProperties
java.lang.Object
org.springframework.ai.autoconfigure.bedrock.BedrockAwsConnectionProperties
@ConfigurationProperties("spring.ai.bedrock.aws")
public class BedrockAwsConnectionProperties
extends Object
Configuration properties for Bedrock AWS connection.
- Since:
- 0.8.0
- Author:
- Christian Tzolov
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAccessKey
(String accessKey) void
void
setSecretKey
(String secretKey)
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
-
Constructor Details
-
BedrockAwsConnectionProperties
public BedrockAwsConnectionProperties()
-
-
Method Details
-
getRegion
-
setRegion
-
getAccessKey
-
setAccessKey
-
getSecretKey
-
setSecretKey
-