Interface SummaryMemoryStrategyInput.Builder

  • Method Details

    • name

      The name of the summary memory strategy.

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

      SummaryMemoryStrategyInput.Builder description(String description)

      The description of the summary memory strategy.

      Parameters:
      description - The description of the summary 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 summary memory strategy.

      Parameters:
      namespaces - The namespaces associated with the summary 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 summary memory strategy.

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

      SummaryMemoryStrategyInput.Builder namespaceTemplates(Collection<String> namespaceTemplates)

      The namespaceTemplates associated with the summary memory strategy.

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

      SummaryMemoryStrategyInput.Builder namespaceTemplates(String... namespaceTemplates)

      The namespaceTemplates associated with the summary memory strategy.

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