public static interface S3ObjectTag.Builder extends SdkPojo, CopyableBuilder<S3ObjectTag.Builder,S3ObjectTag>
| Modifier and Type | Method and Description |
|---|---|
S3ObjectTag.Builder |
key(String key)
The key of the tag.
|
S3ObjectTag.Builder |
value(String value)
The value of the tag.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3ObjectTag.Builder key(String 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:.
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:.
S3ObjectTag.Builder value(String value)
The value of the tag.
Constraints: Tag values are case-sensitive and can be up to 256 Unicode characters in length.
value - The value of the tag.
Constraints: Tag values are case-sensitive and can be up to 256 Unicode characters in length.
Copyright © 2023. All rights reserved.