Interface ContextKeySelector.Builder

  • Method Details

    • type

      Specifies the type of the event record field in ContextKeySelector. Valid values include RequestContext, TagContext.

      Parameters:
      type - Specifies the type of the event record field in ContextKeySelector. Valid values include RequestContext, TagContext.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      Specifies the type of the event record field in ContextKeySelector. Valid values include RequestContext, TagContext.

      Parameters:
      type - Specifies the type of the event record field in ContextKeySelector. Valid values include RequestContext, TagContext.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • equalsValue

      ContextKeySelector.Builder equalsValue(Collection<String> equalsValue)

      A list of keys defined by Type to be included in CloudTrail enriched events.

      Parameters:
      equalsValue - A list of keys defined by Type to be included in CloudTrail enriched events.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • equalsValue

      ContextKeySelector.Builder equalsValue(String... equalsValue)

      A list of keys defined by Type to be included in CloudTrail enriched events.

      Parameters:
      equalsValue - A list of keys defined by Type to be included in CloudTrail enriched events.
      Returns:
      Returns a reference to this object so that method calls can be chained together.