Class HostKeysInner


  • public final class HostKeysInner
    extends Object
    Functions host level keys.
    • Constructor Detail

      • HostKeysInner

        public HostKeysInner()
    • Method Detail

      • masterKey

        public String masterKey()
        Get the masterKey property: Secret key.
        Returns:
        the masterKey value.
      • withMasterKey

        public HostKeysInner withMasterKey​(String masterKey)
        Set the masterKey property: Secret key.
        Parameters:
        masterKey - the masterKey value to set.
        Returns:
        the HostKeysInner object itself.
      • functionKeys

        public Map<String,​String> functionKeys()
        Get the functionKeys property: Host level function keys.
        Returns:
        the functionKeys value.
      • withFunctionKeys

        public HostKeysInner withFunctionKeys​(Map<String,​String> functionKeys)
        Set the functionKeys property: Host level function keys.
        Parameters:
        functionKeys - the functionKeys value to set.
        Returns:
        the HostKeysInner object itself.
      • systemKeys

        public Map<String,​String> systemKeys()
        Get the systemKeys property: System keys.
        Returns:
        the systemKeys value.
      • withSystemKeys

        public HostKeysInner withSystemKeys​(Map<String,​String> systemKeys)
        Set the systemKeys property: System keys.
        Parameters:
        systemKeys - the systemKeys value to set.
        Returns:
        the HostKeysInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.