Interface RequestIpamResourceTag.Builder

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

@Mutable @NotThreadSafe public static interface RequestIpamResourceTag.Builder extends SdkPojo, CopyableBuilder<RequestIpamResourceTag.Builder,RequestIpamResourceTag>
  • 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 for the tag.

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