Class DataProviderDescriptor

    • Method Detail

      • secretsManagerSecretId

        public final String secretsManagerSecretId()

        The identifier of the Amazon Web Services Secrets Manager Secret used to store access credentials for the data provider.

        Returns:
        The identifier of the Amazon Web Services Secrets Manager Secret used to store access credentials for the data provider.
      • secretsManagerAccessRoleArn

        public final String secretsManagerAccessRoleArn()

        The ARN of the role used to access Amazon Web Services Secrets Manager.

        Returns:
        The ARN of the role used to access Amazon Web Services Secrets Manager.
      • dataProviderName

        public final String dataProviderName()

        The user-friendly name of the data provider.

        Returns:
        The user-friendly name of the data provider.
      • dataProviderArn

        public final String dataProviderArn()

        The Amazon Resource Name (ARN) of the data provider.

        Returns:
        The Amazon Resource Name (ARN) of the data provider.
      • 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)