Class InputSourceRequest

    • Method Detail

      • passwordParam

        public final String passwordParam()
        The key used to extract the password from EC2 Parameter store.
        Returns:
        The key used to extract the password from EC2 Parameter store.
      • url

        public final String url()
        This represents the customer's source URL where stream is pulled from.
        Returns:
        This represents the customer's source URL where stream is pulled from.
      • username

        public final String username()
        The username for the input source.
        Returns:
        The username for the input source.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)