Interface GroupingIdentifier.Builder

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

@Mutable @NotThreadSafe public static interface GroupingIdentifier.Builder extends SdkPojo, CopyableBuilder<GroupingIdentifier.Builder,GroupingIdentifier>
  • Method Details

    • key

      The key that identifies the grouping characteristic. The format of the key uses dot notation. Examples are, dataSource.Name, dataSource.Type, and dataSource.Format.

      Parameters:
      key - The key that identifies the grouping characteristic. The format of the key uses dot notation. Examples are, dataSource.Name, dataSource.Type, and dataSource.Format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value associated with the grouping characteristic. Examples are amazon_vpc, flow, and OCSF.

      Parameters:
      value - The value associated with the grouping characteristic. Examples are amazon_vpc, flow, and OCSF.
      Returns:
      Returns a reference to this object so that method calls can be chained together.