Interface S3ObjectTag.Builder

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

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

    • key

      The key of the tag.

      Constraints: Tag keys are case-sensitive and can be up to 128 Unicode characters in length. May not begin with aws:.

      Parameters:
      key - The key of the tag.

      Constraints: Tag keys are case-sensitive and can be up to 128 Unicode characters in length. May not begin with aws:.

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

      The value of the tag.

      Constraints: Tag values are case-sensitive and can be up to 256 Unicode characters in length.

      Parameters:
      value - The value of the tag.

      Constraints: Tag values are case-sensitive and can be up to 256 Unicode characters in length.

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