Class KeyUpdateParameters


  • public class KeyUpdateParameters
    extends Object
    The key update parameters.
    • Constructor Detail

      • KeyUpdateParameters

        public KeyUpdateParameters()
    • Method Detail

      • keyAttributes

        public KeyAttributes keyAttributes()
        Get the keyAttributes value.
        Returns:
        the keyAttributes value
      • withKeyAttributes

        public KeyUpdateParameters withKeyAttributes​(KeyAttributes keyAttributes)
        Set the keyAttributes value.
        Parameters:
        keyAttributes - the keyAttributes value to set
        Returns:
        the KeyUpdateParameters object itself.
      • tags

        public Map<String,​String> tags()
        Get the tags value.
        Returns:
        the tags value
      • withTags

        public KeyUpdateParameters withTags​(Map<String,​String> tags)
        Set the tags value.
        Parameters:
        tags - the tags value to set
        Returns:
        the KeyUpdateParameters object itself.