Interface MetadataInfo.Builder

    • Method Detail

      • metadataValue

        MetadataInfo.Builder metadataValue​(String metadataValue)

        The metadata key’s corresponding value.

        Parameters:
        metadataValue - The metadata key’s corresponding value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTime

        MetadataInfo.Builder createdTime​(String createdTime)

        The time at which the entry was created.

        Parameters:
        createdTime - The time at which the entry was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • otherMetadataValueList

        MetadataInfo.Builder otherMetadataValueList​(Collection<OtherMetadataValueListItem> otherMetadataValueList)

        Other metadata belonging to the same metadata key.

        Parameters:
        otherMetadataValueList - Other metadata belonging to the same metadata key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • otherMetadataValueList

        MetadataInfo.Builder otherMetadataValueList​(OtherMetadataValueListItem... otherMetadataValueList)

        Other metadata belonging to the same metadata key.

        Parameters:
        otherMetadataValueList - Other metadata belonging to the same metadata key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.