Class UpdateCiphersOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
    • Method Detail

      • build

        public UpdateCiphersOptions build()
        Builds a UpdateCiphersOptions.
        Returns:
        the new UpdateCiphersOptions instance
      • addValue

        public UpdateCiphersOptions.Builder addValue​(String value)
        Adds an value to value.
        Parameters:
        value - the new value
        Returns:
        the UpdateCiphersOptions builder
      • value

        public UpdateCiphersOptions.Builder value​(List<String> value)
        Set the value. Existing value will be replaced.
        Parameters:
        value - the value
        Returns:
        the UpdateCiphersOptions builder