Class KeyDetails.Builder

  • Enclosing class:
    KeyDetails

    public static class KeyDetails.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • keyName

        public KeyDetails.Builder keyName​(String keyName)
        The key to renew.
        Parameters:
        keyName - the value to set
        Returns:
        this builder
      • timeExpiry

        public KeyDetails.Builder timeExpiry​(Date timeExpiry)
        The date and time when the key would be expired, if not provided it would be 90 days, in the format defined by RFC 3339.
        Parameters:
        timeExpiry - the value to set
        Returns:
        this builder