Interface AdditionalMetadata.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Set the name of the additional metadata.Set the value of the additional metadata.
-
Method Details
-
name
Set the name of the additional metadata.- Parameters:
name
- The name.- Returns:
- This object for method chaining.
-
value
Set the value of the additional metadata.- Parameters:
value
- The value.- Returns:
- This object for method chaining.
-
build
AdditionalMetadata build()
-