Interface UserPreferenceMemoryStrategyInput.Builder

  • Method Details

    • name

      The name of the user preference memory strategy.

      Parameters:
      name - The name of the user preference memory strategy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      The description of the user preference memory strategy.

      Parameters:
      description - The description of the user preference memory strategy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • namespaces

      Deprecated.
      Use namespaceTemplates instead

      The namespaces associated with the user preference memory strategy.

      Parameters:
      namespaces - The namespaces associated with the user preference memory strategy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • namespaces

      Deprecated.
      Use namespaceTemplates instead

      The namespaces associated with the user preference memory strategy.

      Parameters:
      namespaces - The namespaces associated with the user preference memory strategy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • namespaceTemplates

      UserPreferenceMemoryStrategyInput.Builder namespaceTemplates(Collection<String> namespaceTemplates)

      The namespaceTemplates associated with the user preference memory strategy.

      Parameters:
      namespaceTemplates - The namespaceTemplates associated with the user preference memory strategy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • namespaceTemplates

      UserPreferenceMemoryStrategyInput.Builder namespaceTemplates(String... namespaceTemplates)

      The namespaceTemplates associated with the user preference memory strategy.

      Parameters:
      namespaceTemplates - The namespaceTemplates associated with the user preference memory strategy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.