Interface SharePointSourceConfiguration.Builder

    • Method Detail

      • authType

        SharePointSourceConfiguration.Builder authType​(String authType)

        The supported authentication type to authenticate and connect to your SharePoint site/sites.

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

        SharePointSourceConfiguration.Builder credentialsSecretArn​(String credentialsSecretArn)

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

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

        SharePointSourceConfiguration.Builder domain​(String domain)

        The domain of your SharePoint instance or site URL/URLs.

        Parameters:
        domain - The domain of your SharePoint instance or site URL/URLs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • siteUrls

        SharePointSourceConfiguration.Builder siteUrls​(Collection<String> siteUrls)

        A list of one or more SharePoint site URLs.

        Parameters:
        siteUrls - A list of one or more SharePoint site URLs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • siteUrls

        SharePointSourceConfiguration.Builder siteUrls​(String... siteUrls)

        A list of one or more SharePoint site URLs.

        Parameters:
        siteUrls - A list of one or more SharePoint site URLs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tenantId

        SharePointSourceConfiguration.Builder tenantId​(String tenantId)

        The identifier of your Microsoft 365 tenant.

        Parameters:
        tenantId - The identifier of your Microsoft 365 tenant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.