Interface IpamResourceTag.Builder

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

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

    • key

      The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

      Parameters:
      key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value of the tag.

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