Interface TenancyConfig.Builder

  • Method Details

    • 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

      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: