Interface MetricsAndOperator.Builder

  • Method Details

    • prefix

      The prefix used when evaluating an AND predicate.

      Parameters:
      prefix - The prefix used when evaluating an AND predicate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The list of tags used when evaluating an AND predicate.

      Parameters:
      tags - The list of tags used when evaluating an AND predicate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The list of tags used when evaluating an AND predicate.

      Parameters:
      tags - The list of tags used when evaluating an AND predicate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The list of tags used when evaluating an AND predicate.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

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

      MetricsAndOperator.Builder accessPointArn(String accessPointArn)

      The access point ARN used when evaluating an AND predicate.

      Parameters:
      accessPointArn - The access point ARN used when evaluating an AND predicate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.