Interface RuleStringToEvaluate.Builder

  • Method Details

    • analysis

      The Add On ARN and its returned value to evaluate in a string condition expression.

      Parameters:
      analysis - The Add On ARN and its returned value to evaluate in a string condition expression.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • analysis

      The Add On ARN and its returned value to evaluate in a string condition expression.

      This is a convenience method that creates an instance of the Analysis.Builder avoiding the need to create one manually via Analysis.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to analysis(Analysis).

      Parameters:
      analysis - a consumer that will call methods on Analysis.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • attribute

      RuleStringToEvaluate.Builder attribute(String attribute)

      The email attribute to evaluate in a string condition expression.

      Parameters:
      attribute - The email attribute to evaluate in a string condition expression.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • attribute

      The email attribute to evaluate in a string condition expression.

      Parameters:
      attribute - The email attribute to evaluate in a string condition expression.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • mimeHeaderAttribute

      RuleStringToEvaluate.Builder mimeHeaderAttribute(String mimeHeaderAttribute)

      The email MIME X-Header attribute to evaluate in a string condition expression.

      Parameters:
      mimeHeaderAttribute - The email MIME X-Header attribute to evaluate in a string condition expression.
      Returns:
      Returns a reference to this object so that method calls can be chained together.