Interface ConfluenceSourceConfiguration.Builder

    • Method Detail

      • authType

        ConfluenceSourceConfiguration.Builder authType​(String authType)

        The supported authentication type to authenticate and connect to your Confluence instance.

        Parameters:
        authType - The supported authentication type to authenticate and connect to your Confluence instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConfluenceAuthType, ConfluenceAuthType
      • credentialsSecretArn

        ConfluenceSourceConfiguration.Builder credentialsSecretArn​(String credentialsSecretArn)

        The Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your Confluence instance URL. For more information on the key-value pairs that must be included in your secret, depending on your authentication type, see Confluence connection configuration.

        Parameters:
        credentialsSecretArn - The Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your Confluence instance URL. For more information on the key-value pairs that must be included in your secret, depending on your authentication type, see Confluence connection configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hostUrl

        ConfluenceSourceConfiguration.Builder hostUrl​(String hostUrl)

        The Confluence host URL or instance URL.

        Parameters:
        hostUrl - The Confluence host URL or instance URL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.