Interface StorageConnector.Builder

    • Method Detail

      • resourceIdentifier

        StorageConnector.Builder resourceIdentifier​(String resourceIdentifier)

        The ARN of the storage connector.

        Parameters:
        resourceIdentifier - The ARN of the storage connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domains

        StorageConnector.Builder domains​(Collection<String> domains)

        The names of the domains for the account.

        Parameters:
        domains - The names of the domains for the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domains

        StorageConnector.Builder domains​(String... domains)

        The names of the domains for the account.

        Parameters:
        domains - The names of the domains for the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainsRequireAdminConsent

        StorageConnector.Builder domainsRequireAdminConsent​(Collection<String> domainsRequireAdminConsent)

        The OneDrive for Business domains where you require admin consent when users try to link their OneDrive account to AppStream 2.0. The attribute can only be specified when ConnectorType=ONE_DRIVE.

        Parameters:
        domainsRequireAdminConsent - The OneDrive for Business domains where you require admin consent when users try to link their OneDrive account to AppStream 2.0. The attribute can only be specified when ConnectorType=ONE_DRIVE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainsRequireAdminConsent

        StorageConnector.Builder domainsRequireAdminConsent​(String... domainsRequireAdminConsent)

        The OneDrive for Business domains where you require admin consent when users try to link their OneDrive account to AppStream 2.0. The attribute can only be specified when ConnectorType=ONE_DRIVE.

        Parameters:
        domainsRequireAdminConsent - The OneDrive for Business domains where you require admin consent when users try to link their OneDrive account to AppStream 2.0. The attribute can only be specified when ConnectorType=ONE_DRIVE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.