Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ConfluenceSourceConfiguration.Builder
Packages that use ConfluenceSourceConfiguration.Builder
-
Uses of ConfluenceSourceConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ConfluenceSourceConfiguration.BuilderModifier and TypeMethodDescriptionThe supported authentication type to authenticate and connect to your Confluence instance.ConfluenceSourceConfiguration.Builder.authType(ConfluenceAuthType authType) The supported authentication type to authenticate and connect to your Confluence instance.ConfluenceSourceConfiguration.builder()ConfluenceSourceConfiguration.Builder.credentialsSecretArn(String credentialsSecretArn) The Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your Confluence instance URL.The supported host type, whether online/cloud or server/on-premises.ConfluenceSourceConfiguration.Builder.hostType(ConfluenceHostType hostType) The supported host type, whether online/cloud or server/on-premises.The Confluence host URL or instance URL.ConfluenceSourceConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ConfluenceSourceConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ConfluenceSourceConfiguration.Builder>ConfluenceSourceConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type ConfluenceSourceConfiguration.BuilderModifier and TypeMethodDescriptionConfluenceDataSourceConfiguration.Builder.sourceConfiguration(Consumer<ConfluenceSourceConfiguration.Builder> sourceConfiguration) The endpoint information to connect to your Confluence data source.