Interface AggregationType.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AggregationType.Builder,AggregationType>, SdkBuilder<AggregationType.Builder,AggregationType>, SdkPojo
Enclosing class:
AggregationType

public static interface AggregationType.Builder extends SdkPojo, CopyableBuilder<AggregationType.Builder,AggregationType>
  • Method Details

    • name

      The name of the aggregation type.

      Parameters:
      name - The name of the aggregation type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      The name of the aggregation type.

      Parameters:
      name - The name of the aggregation type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • values

      A list of the values of aggregation types.

      Parameters:
      values - A list of the values of aggregation types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      AggregationType.Builder values(String... values)

      A list of the values of aggregation types.

      Parameters:
      values - A list of the values of aggregation types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.