Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.RdsConfiguration.Builder
-
Packages that use RdsConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of RdsConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return RdsConfiguration.Builder Modifier and Type Method Description static RdsConfiguration.BuilderRdsConfiguration. builder()RdsConfiguration.BuilderRdsConfiguration.Builder. credentialsSecretArn(String credentialsSecretArn)Sets the value of the CredentialsSecretArn property for this object.RdsConfiguration.BuilderRdsConfiguration.Builder. databaseName(String databaseName)Sets the value of the DatabaseName property for this object.default RdsConfiguration.BuilderRdsConfiguration.Builder. fieldMapping(Consumer<RdsFieldMapping.Builder> fieldMapping)Sets the value of the FieldMapping property for this object.RdsConfiguration.BuilderRdsConfiguration.Builder. fieldMapping(RdsFieldMapping fieldMapping)Sets the value of the FieldMapping property for this object.RdsConfiguration.BuilderRdsConfiguration.Builder. resourceArn(String resourceArn)Sets the value of the ResourceArn property for this object.RdsConfiguration.BuilderRdsConfiguration.Builder. tableName(String tableName)Sets the value of the TableName property for this object.RdsConfiguration.BuilderRdsConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type RdsConfiguration.Builder Modifier and Type Method Description static Class<? extends RdsConfiguration.Builder>RdsConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type RdsConfiguration.Builder Modifier and Type Method Description default StorageConfiguration.BuilderStorageConfiguration.Builder. rdsConfiguration(Consumer<RdsConfiguration.Builder> rdsConfiguration)Sets the value of the RdsConfiguration property for this object.
-