Interface TenancyConfig.Builder

    • Method Detail

      • tenantIsolationMode

        TenancyConfig.Builder tenantIsolationMode​(String tenantIsolationMode)

        Tenant isolation mode allows for invocation to be sent to a corresponding execution environment dedicated to a specific tenant ID.

        Parameters:
        tenantIsolationMode - Tenant isolation mode allows for invocation to be sent to a corresponding execution environment dedicated to a specific tenant ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TenantIsolationMode, TenantIsolationMode
      • tenantIsolationMode

        TenancyConfig.Builder tenantIsolationMode​(TenantIsolationMode tenantIsolationMode)

        Tenant isolation mode allows for invocation to be sent to a corresponding execution environment dedicated to a specific tenant ID.

        Parameters:
        tenantIsolationMode - Tenant isolation mode allows for invocation to be sent to a corresponding execution environment dedicated to a specific tenant ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TenantIsolationMode, TenantIsolationMode