Class S3Tagging
java.lang.Object
org.apache.hadoop.ozone.s3.endpoint.S3Tagging
S3 tagging.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classEntity for child element Tag.static classEntity for child element TagSet. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic S3TaggingCreates a S3 tagging instance (xml representation) from a Map retrieved from OM.voidsetTagSet(S3Tagging.TagSet tagSet) voidvalidate()Additional XML validation logic for S3 tagging.
-
Constructor Details
-
S3Tagging
public S3Tagging() -
S3Tagging
-
-
Method Details
-
getTagSet
-
setTagSet
-
fromMap
Creates a S3 tagging instance (xml representation) from a Map retrieved from OM.- Parameters:
tagMap- Map representing the tags.- Returns:
S3Tagging
-
validate
public void validate()Additional XML validation logic for S3 tagging.
-