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

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

    • key

      Tag.Builder key(String key)

      The key (name) of a tag.

      Valid values: A-Z, a-z, 0-9, space, ".:/=+\-@"

      Constraints: Each key can be 1-128 characters long.

      Parameters:
      key - The key (name) of a tag.

      Valid values: A-Z, a-z, 0-9, space, ".:/=+\-@"

      Constraints: Each key can be 1-128 characters long.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      Tag.Builder value(String value)

      The value of a tag.

      Valid values: A-Z, a-z, 0-9, space, ".:/=+\-@"

      Constraints: Each value can be 0-256 characters long.

      Parameters:
      value - The value of a tag.

      Valid values: A-Z, a-z, 0-9, space, ".:/=+\-@"

      Constraints: Each value can be 0-256 characters long.

      Returns:
      Returns a reference to this object so that method calls can be chained together.