Interface Group.Builder

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

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

    • keys

      The keys that are included in this group.

      Parameters:
      keys - The keys that are included in this group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keys

      Group.Builder keys(String... keys)

      The keys that are included in this group.

      Parameters:
      keys - The keys that are included in this group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metrics

      Group.Builder metrics(Map<String,MetricValue> metrics)

      The metrics that are included in this group.

      Parameters:
      metrics - The metrics that are included in this group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.