Interface TagCondition.Builder

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

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

    • tagKey

      TagCondition.Builder tagKey(String tagKey)

      The tag key in the tag condition.

      Parameters:
      tagKey - The tag key in the tag condition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tagValue

      TagCondition.Builder tagValue(String tagValue)

      The tag value in the tag condition.

      Parameters:
      tagValue - The tag value in the tag condition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.